ebekker / ACMESharp

An ACME client library and PowerShell client for the .NET platform (Let's Encrypt)
https://pkisharp.github.io/ACMESharp-docs/
1.21k stars 185 forks source link

Using the ACMESharp C# library how can i do alot of registrations on one account? #344

Open KennethJakobsen opened 6 years ago

KennethJakobsen commented 6 years ago

Hi as the title states i would like to reuse the same account for all my registrations, at first I just thought i could reuse the same registration, but I could not.

I really can't figure out how i use an account with ACMESharp

ebekker commented 5 years ago

What issue are you running into? The client has been tested with single certs per account, or multiple certs per account, both approaches work and Let's Encrypt doesn't care which you use.

If you are strictly using the C# library (not the PWSH module), I highly recommend looking at and moving over to v2 which uses the latest version of the ACME protocol and supports wildcards, among other enhancements.