TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Let’s encrypt automation on Debian

100 pointsby nereid666over 9 years ago

6 comments

diafygiover 9 years ago
FYI, if you don&#x27;t want to install all the dependencies of the official letsencrypt client, I made a &lt;200 line python script that automates issuing and renewing certificates. Love the Let&#x27;s Encrypt project, but really don&#x27;t want to install all those dependencies on my server just to get a free cert.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;diafygi&#x2F;acme-tiny" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;diafygi&#x2F;acme-tiny</a>
评论 #10670041 未加载
评论 #10669856 未加载
评论 #10669820 未加载
评论 #10669766 未加载
schoenover 9 years ago
Most people shouldn&#x27;t need both cert.pem and fullchain.pem, because fullchain.pem is &quot;full&quot; because it also contains a copy of cert.pem (unlike chain.pem, which doesn&#x27;t). (I chose these names for the structure of Let&#x27;s Encrypt&#x27;s certificate storage.)
azdleover 9 years ago
For anyone that wants to do this w&#x2F; nginx, you can add this location configuration to any &quot;server&quot; block for the challenge portion:<p><pre><code> location &#x2F;.well-known&#x2F;acme-challenge&#x2F; { alias &#x2F;var&#x2F;www&#x2F;acme-webroot&#x2F;.well-known&#x2F;acme-challenge&#x2F;; } </code></pre> Then use this this tool from mozilla to get a configuration for installing the cert: <a href="https:&#x2F;&#x2F;mozilla.github.io&#x2F;server-side-tls&#x2F;ssl-config-generator&#x2F;?server=nginx-1.9.5" rel="nofollow">https:&#x2F;&#x2F;mozilla.github.io&#x2F;server-side-tls&#x2F;ssl-config-generat...</a>
IshKebabover 9 years ago
I really hope letsencrypt doesn&#x27;t delay the real solution - DANE.
评论 #10669484 未加载
评论 #10669971 未加载
评论 #10669894 未加载
评论 #10669535 未加载
StavrosKover 9 years ago
Isn&#x27;t Let&#x27;s Encrypt supposed to launch the open beta today? Let&#x27;s hope it actually happens...
评论 #10670063 未加载
ausjkeover 9 years ago
This 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&#x27;s the key difference between letsencrypt and self-signed ssl certificate?
评论 #10669819 未加载
评论 #10669830 未加载
评论 #10669818 未加载