diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-09-29 22:03:24 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-09-29 22:03:24 (GMT) |
commit | 0b6423f9c99d9edf8c96fefd0f6c453859395aa1 (patch) | |
tree | 1c2b6b21704a294940f87c7892676998d8371707 /etc/ssl/README | |
download | site-0b6423f9c99d9edf8c96fefd0f6c453859395aa1.tar.gz |
Import Nagios Plugins site
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts,
and configuration files.
Diffstat (limited to 'etc/ssl/README')
-rw-r--r-- | etc/ssl/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/ssl/README b/etc/ssl/README new file mode 100644 index 0000000..c41dc3d --- /dev/null +++ b/etc/ssl/README | |||
@@ -0,0 +1,11 @@ | |||
1 | Notes | ||
2 | ----- | ||
3 | |||
4 | - The certificate key file must be readable by the "plugins" group, as Nginx is | ||
5 | run by the "www-adm" user and "www-adm" is in the "plugins" group. | ||
6 | |||
7 | - The file nagios-plugins.crt includes our certificate, followed by the StartSSL | ||
8 | intermediate¹ certificate, followed by the root² certificate. | ||
9 | |||
10 | ¹ https://www.startssl.com/certs/sub.class1.server.ca.pem | ||
11 | ² https://www.startssl.com/certs/ca.pem | ||