PKISharp / ACMESharpCore

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

Change ACMECLI to use post-as-get #41

Closed orck-adrouin closed 4 years ago

orck-adrouin commented 4 years ago

This PR changes ACMECLI to enable usePostAsGet=true and changes the certificate's download to use the ACME client to download the certificate instead of HttpClient.

orck-adrouin commented 4 years ago

The solution is building on my side so I don't know why it is failing on AppVeyor. I doubt my small changes caused the build to fail.