mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 16:19:13 +02:00
Avoid to delete both webroot_map and webroot_path (#7095)
* Always restore webroot_path in renewal config. * Add unit tests to ensure correct behavior * Add changelog * Add certbot as modified package
This commit is contained in:
committed by
Brad Warren
parent
d2a2b88090
commit
7d35f95293
+3
-1
@@ -16,12 +16,14 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
|
||||
|
||||
### Fixed
|
||||
|
||||
*
|
||||
* Renewal parameter `webroot_path` is always saved, avoiding some regressions
|
||||
when `webroot` authenticator plugin is invoked with no challenge to perform.
|
||||
|
||||
Despite us having broken lockstep, we are continuing to release new versions of
|
||||
all Certbot components during releases for the time being, however, the only
|
||||
package with changes other than its version number was:
|
||||
|
||||
* certbot
|
||||
* certbot-dns-rfc2136
|
||||
|
||||
More details about these changes can be found on our GitHub repo.
|
||||
|
||||
Reference in New Issue
Block a user