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 for let's encrypt #84

Closed
htgoebel opened this issue Nov 15, 2015 · 4 comments
Closed

Support for let's encrypt #84

htgoebel opened this issue Nov 15, 2015 · 4 comments

Comments

@htgoebel
Copy link
Contributor

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 :-)

@drybjed
Copy link
Member

drybjed commented Nov 15, 2015

That would probably need to be its own separate role. I want to split debops.pki into smaller roles as well, but we will see.

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 root privileged to be bound to, but not the only one since all ports < 1024 have this requirement. And I know that some of the ports available in this range are unused in the IANA registry. Right now Let's Encrypt conflicts with the webserver, and adding automated support for it is tricky. I hope that in the future LE team will support their own port, which would make things considerably easier.

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

@drybjed
Copy link
Member

drybjed commented Dec 6, 2015

Just a heads up, first step to support Let's Encrypt in DebOps has been done - nginx is now configured to respond to or redirect ACME challenges: #91

@htgoebel
Copy link
Contributor Author

htgoebel commented Dec 8, 2015

Thanks. This looks very promising :-)

@ypid
Copy link
Member

ypid commented Sep 14, 2016

Issue is resolved by now. Anyone wants to close it 😉 ?

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

No branches or pull requests

3 participants