-
Notifications
You must be signed in to change notification settings - Fork 42
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 for let's encrypt #84
Comments
That would probably need to be its own separate role. I want to split As for Let's Encrypt support, I have one gripe with them - they want to ascertain that the client calling the service as control over port 443. This is one of the ports that require Anyway, I've found out a blog entry which describes adding support of Let's Encrypt to pound, that might be a good first step to figuring out how to handle the process. Packages required by Let's Encrypt have just been packaged in Debian (python-acme, python-letsencrypt) so that will help move things along. And Ansible roles are starting to appear as well: https://github.com/thefinn93/ansible-letsencrypt |
Just a heads up, first step to support Let's Encrypt in DebOps has been done - |
Thanks. This looks very promising :-) |
Issue is resolved by now. Anyone wants to close it 😉 ? |
Maybe this is more an issue for the pki-role?
Please add support for automatically generating keys and getting signed certificates using the EFF's Let’s Encrypt client. https://letsencrypt.org/
Let’s Encrypt allows getting officially signed certificates for free and within minutes.
If then this would automatically be combined it with HPKP (see #83), it'd be awesome :-)
The text was updated successfully, but these errors were encountered: