ebekker/ACMESharp

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

KennethJakobsen opened this issue · 1 comments

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

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.