PKISharp / ACMESharpCore

An ACME v2 client library for .NET Standard (Let's Encrypt)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre-Authorization support

lol768 opened this issue · comments

Does this client support Pre-Authorization as described in https://tools.ietf.org/html/draft-ietf-acme-acme-12#section-7.4.1?

Well, great. Guess there's not much point implementing this.

There are 3 main features of the current spec that are not implemented as listed here.

LE's Boulder doesn't implement pre-authz because it doesn't really apply for their situation, since they are heavily dependent on automation for authorizations. It would make more sense for a commercial CA that offers alternative/out-of-band methods.