Isn't Let's Encrypt supposed to launch the open beta today? Let's hope it actually happens...
Let’s encrypt automation on Debian
21–30 of 32 posts
Re: Let’s encrypt automation on Debian
#22 location /.well-known/acme-challenge/ {
alias /var/www/acme-webroot/.well-known/acme-challenge/;
}
Then use this this tool from mozilla to get a configuration for installing the cert: https://mozilla.github.io/server-side-tls/ssl-config-generat...Re: Let’s encrypt automation on Debian
#23Isn't Let's Encrypt supposed to launch the open beta today? Let's hope it actually happens...
You can sign up for the private beta and get access pretty quickly: https://docs.google.com/a/allaboutapps.at/forms/d/15Ucm4A20y...
Re: Let’s encrypt automation on Debian
#24Isn't Let's Encrypt supposed to launch the open beta today? Let's hope it actually happens...
You can sign up for the private beta and get access pretty quickly: https://docs.google.com/a/allaboutapps.at/forms/d/15Ucm4A20y...
Re: Let’s encrypt automation on Debian
#25FYI, if you don't want to install all the dependencies of the official letsencrypt client, I made a https://github.com/diafygi/acme-tiny
Head of Let's Encrypt here. I don't love the number of dependencies for our client either, we're going to work to reduce them.
Re: Let’s encrypt automation on Debian
#26Earlier quoted context omitted.
You can sign up for the private beta and get access pretty quickly: https://docs.google.com/a/allaboutapps.at/forms/d/15Ucm4A20y...
I signed up for a few domains early on and they were enabled, I signed up for two more two days ago but haven't heard back yet.
Re: Let’s encrypt automation on Debian
#27I really hope letsencrypt doesn't delay the real solution - DANE.
It's not a good solution. https://www.imperialviolet.org/2015/01/17/notdane.html
1. DNSSEC uses a lot of 1024-bit RSA signatures (those are relatively weak) 2. You can't monitor the certificates that CA's issue because anyone issue their own certificates.
The first issue seems valid, but fixable. The second is a weird thing to complain about because it is the entire point of DANE!
Re: Let’s encrypt automation on Debian
#28FYI, if you don't want to install all the dependencies of the official letsencrypt client, I made a https://github.com/diafygi/acme-tiny
Head of Let's Encrypt here. I don't love the number of dependencies for our client either, we're going to work to reduce them.
Thanks for making Let's Encrypt and ACME!
Re: Let’s encrypt automation on Debian
#29Isn't Let's Encrypt supposed to launch the open beta today? Let's hope it actually happens...
You can sign up for the private beta and get access pretty quickly: https://docs.google.com/a/allaboutapps.at/forms/d/15Ucm4A20y...
[0]: https://community.letsencrypt.org/t/beta-program-announcemen...
[1]: https://letsencrypt.status.io/pages/maintenance/55957a99e800...