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 DNS verification via AWS Route53 #51

Closed
natemcmaster opened this issue Feb 18, 2020 · 3 comments
Closed

Support DNS verification via AWS Route53 #51

natemcmaster opened this issue Feb 18, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@natemcmaster
Copy link
Owner

Is your feature request related to a problem? Please describe.
Opening on behalf of @PaulDMendoza. In #29 (comment) he said

Add an AWS Route53 DNS option. I have a server that isn't accessible to the internet that I need to generate the certificate using DNS. But it doesn't seem to work.

This library currently only supports HTTP verification which requires the server endpoint be exposed to Let's Encrypt CA servers.

Additional context
This is also a pre-requisite for #1

@natemcmaster natemcmaster added the enhancement New feature or request label Feb 18, 2020
@natemcmaster
Copy link
Owner Author

@PaulDMendoza - out of curiosity, have you looked into using https://aws.amazon.com/certificate-manager/ for your HTTPS certificate generation? If you are running your services on AWS, this may provide what you need without the overhead of Let's Encrypt. I haven't tried it myself with an ASP.NET Core app, but I happen to know the folks at AWS who work on .NET support and they may be able to help if you're running into issues.

@PaulDMendoza
Copy link

PaulDMendoza commented Feb 18, 2020 via email

@natemcmaster
Copy link
Owner Author

Ok, thanks for the additional info.

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

No branches or pull requests

2 participants