mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:11:55 +02:00
* fix issue #7165 by checking if directory exists before trying to create it, fix possible pylint issues in webroot.py * fix get_chall_pref definition * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Adrien Ferrand <adferrand@users.noreply.github.com>
This commit is contained in:
co-authored by
Adrien Ferrand
parent
2633c3ffb6
commit
4fd04366aa
@@ -15,6 +15,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
|
||||
|
||||
* certbot._internal.cli is now a package split in submodules instead of a whole module.
|
||||
* Fix acme module warnings when response Content-Type includes params (e.g. charset).
|
||||
* Fixed issue where webroot plugin would incorrectly raise `Read-only file system`
|
||||
error when creating challenge directories (issue #7165).
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user