diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-03-27 18:16:05 +0300 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-03-27 18:16:05 +0300 |
commit | db187455ab02d725149a2ce0d5b9b1fb23d1de3c (patch) | |
tree | 7fc4d4cc86968e92e516306a8636c670482f1c8a /config/letsencrypt-certs.conf | |
parent | 57d35d22c62e3fbc604c68f8bb88d40b2b798770 (diff) |
Change the default CA from LE's X1 to X3.
Diffstat (limited to 'config/letsencrypt-certs.conf')
-rw-r--r-- | config/letsencrypt-certs.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/letsencrypt-certs.conf b/config/letsencrypt-certs.conf index 65f07ac..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. |