You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears ACME supports verifying domain ownership via a TLS-ALPN negotiation and a self-signed SSL cert. I think it should be possible in .NET Core 3.1 to implement this using the HttpsConnectionAdapterOptions.OnAuthenticate callback
natemcmaster
changed the title
Support getting certificate without opening a HTTP port (RFC 8738)
Support getting certificate without opening an unencrypted HTTP port (RFC 8737)
May 13, 2020
It appears ACME supports verifying domain ownership via a TLS-ALPN negotiation and a self-signed SSL cert. I think it should be possible in .NET Core 3.1 to implement this using the HttpsConnectionAdapterOptions.OnAuthenticate callback
https://tools.ietf.org/html/rfc8737
The text was updated successfully, but these errors were encountered: