diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-09 20:10:30 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-09 20:10:30 +0100 |
commit | e751a1e0215342be52da2c086ad2e7bc8901229e (patch) | |
tree | c059f6d99051ae089a72025c8e2ce166da1ed164 /config/lacme-certs.conf | |
parent | 7af56dad957e75c4f2c3aceda868193a5e94210f (diff) |
s/\.pem$/.crt/
Diffstat (limited to 'config/lacme-certs.conf')
-rw-r--r-- | config/lacme-certs.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/lacme-certs.conf b/config/lacme-certs.conf index 3e7a577..038d685 100644 --- a/config/lacme-certs.conf +++ b/config/lacme-certs.conf @@ -32,12 +32,12 @@ # Where to store the issued certificate (in PEM format). # -#certificate = /etc/nginx/ssl/srv.pem +#certificate = /etc/nginx/ssl/srv.crt # Where to store the issued certificate along with its chain of trust # (in PEM format). # -#certificate-chain = /etc/nginx/ssl/srv.chain.pem +#certificate-chain = /etc/nginx/ssl/srv.chain.crt # Subject field of the Certificate Signing Request. This option is # required. @@ -65,7 +65,7 @@ #[smtp] #certificate-key = /etc/postfix/ssl/srv.key -#certificate-chain = /etc/postfix/ssl/srv.pem +#certificate-chain = /etc/postfix/ssl/srv.crt #subject = /CN=smtp.example.org #notify = /bin/systemctl reload postfix |