Update changelog for 0.18.2 (#5128)

This commit is contained in:
Brad Warren
2017-09-25 16:46:04 -07:00
committed by GitHub
parent 36d5221bac
commit 8b7d6c4ea3
+13
View File
@@ -2,6 +2,19 @@
Certbot adheres to [Semantic Versioning](http://semver.org/).
## 0.18.2 - 2017-09-20
### Fixed
* An issue where Certbot's ACME module would raise an AttributeError trying to
create self-signed certificates when used with pyOpenSSL 17.3.0 has been
resolved. For Certbot users with this version of pyOpenSSL, this caused
Certbot to crash when performing a TLS SNI challenge or when the Nginx plugin
tried to create an SSL server block.
More details about these changes can be found on our GitHub repo:
https://github.com/certbot/certbot/milestone/46?closed=1
## 0.18.1 - 2017-09-08
### Fixed