oocx / acme.net

A .net implementation of ACME (Automatic Certificate Management Environment)
MIT License
89 stars 19 forks source link

.NET Standard 2.0 Support #19

Closed iamcarbon closed 7 years ago

iamcarbon commented 7 years ago

Initial stab to support NETSTANDARD2.0

Few things:

Gonna dig deeper into the library over the next few weeks, but we have a working NETSTANDARD build for now!

iamcarbon commented 7 years ago

Updated the KeyStore to encode PrivateKeys in the PEM format. XML encoding is not supported on NETCOREAPP. All tests are passing now.

iamcarbon commented 7 years ago

Is it possible for us to add the AppVeyor scripts in the Repository as well -- can get these patched up too.