diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-02-22 10:19:56 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-02-22 10:50:28 +0100 |
commit | 1426a858ae1c4da30f777110e1253fa36bac2b41 (patch) | |
tree | f6353b2ff6794bed772186cb183d12f733fc494c /Changelog | |
parent | 23f051faf049e5020b81e6bf419e35f3d5054da2 (diff) |
new-cert: mark basicConstraints and keyUsage x509v3 extensions as critical in the CSR.
Boulder's issue #565 "Golang errors on extensions marked critical" was
fixed upstream, cf. https://github.com/letsencrypt/boulder/issues/565 .
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ lacme (0.3) upstream; - new-cert: sort section names if not passed explicitely. - new-cert: new CLI option "min-days" overriding the value found in the configuration file. + - new-cert: mark the basicConstraints (CA:FALSE) and keyUsage x509v3 + extensions as critical in the CSR, following upstream fix of + Boulder's issue #565. -- Guilhem Moulin <guilhem@guilhem.org> Sun, 19 Feb 2017 13:08:41 +0100 |