PKISharp / ACMESharpCore

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

PKISharp.SimplePKI NuGet is not up to date #39

Closed ronbrogan closed 4 years ago

ronbrogan commented 4 years ago

I was working on a project and found that the ability to load a PkiCertificate via an X509Certificate2 instance is missing in PKISharp.SimplePKI 1.0.1.105 package . This method is used in the CLI sample to load the public cert and export with the private key to PFX here

It looks like once that method was added in October 2019, the package was never published with the change. Not sure if there have been other changes missed.

ebekker commented 4 years ago

Yes, I'm overdue to release and updated build for all the packages. Because the existing CI pipeline (AppVeyor) is broken and I haven't had time to dig in.

I need to move the build and release process over to GitHub Actions.

ebekker commented 4 years ago

I've published the latest built package up to NuGet, let me know if there are any issues. Enjoy!