Update changelog for 5.1.0 release

This commit is contained in:
Erica Portnoy
2025-10-07 09:42:00 -07:00
parent 33890ab7f3
commit 1d32888ac4
4 changed files with 21 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
Fixed a bug in certbot-nginx that'd leave nginx configured with self-signed certificates if a user ran `certbot enhance` and they didn't have matching SSL server blocks. `certbot enhance` now requires the user to have a matching SSL server block to enable HSTS or OCSP stapling enhancements.
-1
View File
@@ -1 +0,0 @@
certbot-nginx no longer creates and uses self-signed certificates as an intermediate step when installing certificates. The certificates the user requested Certbot install are now always used instead.
-1
View File
@@ -1 +0,0 @@
The function `acme.crypto_util.make_self_signed_cert` was deprecated and will be removed in a future release.