aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-06-16 00:35:57 +0200
committerGuilhem Moulin <guilhem@fripost.org>2024-06-16 00:35:57 +0200
commit601398e92f99a159fcb5ffc0764950ae5c60d096 (patch)
treee73c2a57d5bb5e70a5926e837c152bfd66debf6a
parentce6a95d172dbefd0e310c46e0a0d9c56d19e34ca (diff)
TypofixHEADmaster
Pointed by Jonathan Wiltshire at https://bugs.debian.org/1073174#12 . Thanks!
-rw-r--r--Changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 5c91365..df987c6 100644
--- a/Changelog
+++ b/Changelog
@@ -1,10 +1,10 @@
lacme (0.8.3) upstream;
- + Fix post-issuance validation logic. We avoid pining the
+ + Fix post-issuance validation logic. We avoid pinning the
intermediate certificates in the bundle and instead validate the
leaf certificate with intermediates supplied during issuance as
untrusted (used for chain building only). Only the root
- certificates are used as trust anchor. Not pining intermediate
+ certificates are used as trust anchor. Not pinning intermediate
certificates is in line with Let's Encrypt's latest recommendations.
+ Pass `-in /dev/stdin` option to openssl(1) to avoid warning with
OpenSSL 3.2 or later.