Send a POST-as-GET request to query registration in ACME v2 (#6993)

* Send a post-as-get request to query registration

* Add changelog

* Add comments. Add again a line.

* Prepare code for future PR about post-as-get
This commit is contained in:
Adrien Ferrand
2019-04-30 15:37:23 -07:00
committed by ohemorange
parent 3900e56b52
commit b0d960f102
2 changed files with 18 additions and 13 deletions
+2
View File
@@ -31,6 +31,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
https://community.letsencrypt.org/t/certbot-auto-deployment-best-practices/91979/,
however, these warnings can be disabled as necessary with the flag
--no-permissions-check.
* `acme` module uses now a POST-as-GET request to retrieve the registration
from an ACME v2 server
### Fixed