PKISharp / ACMESharpCore

An ACME v2 client library for .NET Standard (Let's Encrypt)
MIT License
325 stars 72 forks source link

Make FinalizeOrder accept 201 status code #35

Closed WouterTinus closed 4 years ago

WouterTinus commented 4 years ago

because RFC doesn't require it to be 200 (though it strongly hints that it should be 200, the term MUST is not used). We encountered one that returns 201 here: https://github.com/win-acme/win-acme/issues/1448