FYI, if you don't want to install all the dependencies of the official letsencrypt client, I made a https://github.com/diafygi/acme-tiny
Let’s encrypt automation on Debian
11–20 of 32 posts
Re: Let’s encrypt automation on Debian
#12This might be a dumb question, after I auto-generate all those ssl certs, how am I going to certify it at some CA? so that all browser will not pop up a warning page when the ssl-site is accessed? What's the key difference between letsencrypt and self-signed ssl certificate?
Re: Let’s encrypt automation on Debian
#13FYI, if you don't want to install all the dependencies of the official letsencrypt client, I made a https://github.com/diafygi/acme-tiny
Re: Let’s encrypt automation on Debian
#14I really hope letsencrypt doesn't delay the real solution - DANE.
Re: Let’s encrypt automation on Debian
#15Re: Let’s encrypt automation on Debian
#16I really hope letsencrypt doesn't delay the real solution - DANE.
Remedial question, for the unfamiliar folks: how do I establish a bootstrap trust w/DNSSEC? Does it require backwards-incompatible changes at the root?
Re: Let’s encrypt automation on Debian
#17I really hope letsencrypt doesn't delay the real solution - DANE.
Re: Let’s encrypt automation on Debian
#18This might be a dumb question, after I auto-generate all those ssl certs, how am I going to certify it at some CA? so that all browser will not pop up a warning page when the ssl-site is accessed? What's the key difference between letsencrypt and self-signed ssl certificate?
The certificates that Let's Encrypt issues are cross-signed by IdenTrust (a real CA) so browsers should trust the certificate you get from Let's Encrypt. NOTE: just like with other TLS certs, you will need to include the Let's Encrypt intermediate certificate in your webserver config so that it can be chained back to IdenTrust. EDIT: IdenTrust, not Entrust, sorry!
Re: Let’s encrypt automation on Debian
#19FYI, if you don't want to install all the dependencies of the official letsencrypt client, I made a https://github.com/diafygi/acme-tiny