PKISharp / ACME-PS

PowerShell module supporting ACME v2 certificate management
MIT License
103 stars 31 forks source link

Support POST-as-GET Requests, where indicated by RFC 8555 #26

Closed glatzert closed 4 years ago

glatzert commented 5 years ago

ACMEs RFC (https://tools.ietf.org/html/rfc8555#section-6.3 and following) defines some of the requests to be POST-as-GET. We do not adhere to that everywhere and have to adjust to be compliant.

The CmdLets will be examined and corrected where neccessary.

san360 commented 5 years ago

FYI, Based on https://github.com/letsencrypt/boulder/blob/master/docs/acme-divergences.md

POST-as-GET: We support POST-as-GET but do not yet mandate it. We plan to mandate POST-as-GET for all ACMEv2 requests in late 2019.

glatzert commented 4 years ago

Closed via #37