srvrco / getssl

obtain free SSL certificates from letsencrypt ACME server Suitable for automating the process on remote servers.
GNU General Public License v3.0
2.09k stars 374 forks source link

Test for "true" in wildcard property of authorization responses #844

Open jsnider2 opened 6 months ago

jsnider2 commented 6 months ago

This change is to help with non-compliant ACME implementations that pass "wildcard": false in authorization responses instead of leaving it off entirely as RFC8555 requires. See #843 for more details.