-
Notifications
You must be signed in to change notification settings - Fork 121
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
Self-Registering Private Instances #4
Comments
Not sure! Until DNS challenges are properly launched for letsencrypt and I've got the whole flow provable working, I don't want to think about expanding the scope of this. |
Makes sense. :) Let me know if you need any help. |
Now that everything is working on the staging env :-) @bflad with a scheme like this, how would you expect |
Thanks for the followup! I will explain our use case in more detail. We have some auto-scaling backend services/storage that we'd like to manage their SSL certificates for in an automated fashion. They have either NAT or proxy access out to the Internet, but no method of being accessed in the opposite direction, hence why a DNS challenge would work well. I'm thinking it would work like this:
If I'm understanding correctly, I think the only changes necessary are:
|
So the desired behavior would be to just write the certs/private key to local disk? |
Yep that's exactly it. |
+1. I'd love to run this and end up with a certificate stored in S3 and no ELB modification. |
Ok, I've thought of a way to refactor the code to make this use case much On Thu, Jan 21, 2016 at 11:26 AM, Joe Richards [email protected]
"I disapprove of what you say, but I will defend to the death your right to |
Ok! I've refactored the code a bit to make this usecase easier. If you look at |
Hi There!
I stumbled across this project when it was mentioned in the LE dns-01 challenge thread. This looks awesome and very similar to functionality we'd be looking for in our environment. In addition to ELB management, basically we'd want to have our non-externally accessible backend instances self-register with ACME via the dns-01 challenge (so we don't need to manage their SSL certificates via our own CA). Seems like all we'd need is to tell your project that its not for an ELB, but rather the node itself.
Would you be interested in this functionality since you already have most of the legwork? I don't mind writing code or tests to support it if necessary. Thanks!
The text was updated successfully, but these errors were encountered: