Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support getting certificate without opening an unencrypted HTTP port (RFC 8737) #75

Closed
natemcmaster opened this issue May 13, 2020 · 1 comment · Fixed by #76
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@natemcmaster
Copy link
Owner

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

@natemcmaster natemcmaster added the enhancement New feature or request label May 13, 2020
@natemcmaster 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
@natemcmaster natemcmaster added this to the 0.5.0 milestone May 13, 2020
@natemcmaster natemcmaster self-assigned this May 13, 2020
@natemcmaster
Copy link
Owner Author

natemcmaster commented May 13, 2020

Beta build available for testing:

https://www.nuget.org/packages/McMaster.AspNetCore.LetsEncrypt/0.5.0-beta.185

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant