aboutsummaryrefslogtreecommitdiffstats
path: root/config/letsencrypt-certs.conf
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-03-27 18:16:23 +0300
committerGuilhem Moulin <guilhem@fripost.org>2016-03-27 18:16:23 +0300
commitca9c10c262b62eb44031f749c2911031eebe1b45 (patch)
tree06ce8eee03869062f5ca62ad3a62532c145f5385 /config/letsencrypt-certs.conf
parent61d43f4e017f1eb02cff14987394b1d6a18f9c5f (diff)
parentdb187455ab02d725149a2ce0d5b9b1fb23d1de3c (diff)
Merge branch 'master' into debian
Diffstat (limited to 'config/letsencrypt-certs.conf')
-rw-r--r--config/letsencrypt-certs.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/letsencrypt-certs.conf b/config/letsencrypt-certs.conf
index 5613ef6..2ee9b20 100644
--- a/config/letsencrypt-certs.conf
+++ b/config/letsencrypt-certs.conf
@@ -26,7 +26,7 @@
# Path to the issuer's certificate. This is used for certificate-chain
# and to verify the validity of each issued certificate. Specifying an
# empty value skip certificate validation.
-#CAfile = /usr/share/letsencrypt-tiny/lets-encrypt-x1-cross-signed.pem
+#CAfile = /usr/share/letsencrypt-tiny/lets-encrypt-x3-cross-signed.pem
# Subject field of the Certificate Signing Request. This option is
# required.
@@ -44,13 +44,13 @@
# Command to pass the the system's command shell ("/bin/sh -c") after
# successful installation of the certificate and/or certificate-chain.
-#notify = /bin/systemctl restart nginx
+#notify = /bin/systemctl reload nginx
#[smtp]
#certificate-key = /etc/postfix/ssl/srv.key
#certificate-chain = /etc/postfix/ssl/srv.pem
#subject = /CN=smtp.example.org
-#notify = /bin/systemctl restart postfix
+#notify = /bin/systemctl reload postfix
; vim:ft=dosini