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.

Ask HN: How do you renew your SSL certificates?

9 pointsby drewjajaover 8 years ago
I purchase my SSL certificates from GoDaddy and find renewing the certificates yearly a manual and repetitive process. Renewing a certificate involves generating a new CSR, downloading the new certificate, uploading the certificate to the web server and restarting the web server.<p>Is there a way of automating this process?

7 comments

anthony_francoover 8 years ago
Lets Encrypt is probably the best option. But if you can&#x27;t use it like me (since I need a wildcard certificate), you should be getting 3-year certificates instead of 1 year ones. At least it&#x27;ll cut down how often you have to update them.
pwgover 8 years ago
Lets Encrypt and the dehydrated script here: <a href="https:&#x2F;&#x2F;github.com&#x2F;lukas2511&#x2F;dehydrated" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lukas2511&#x2F;dehydrated</a><p>Not affiliated - other than as a user of the script.
citruspiover 8 years ago
Let&#x27;s Encrypt + certbot + crontab.
datelligenceover 8 years ago
Letsencrypt is hacking this problem, every 90 days TLS certificates are renewed automatically.
nnrocksover 8 years ago
Both, SSL buying and renewal process are same. So you have to follow the basic steps that you already know to enable SSL certificate on your website. Let&#x27;s Encrypt has auto renewal process for domain validated certs but if you are looking for anything else like OV or EV, then you will have to go for other paid provider.
datelligenceover 8 years ago
Certificates at AWS Route 53 are very easy to set up. so you have two candidates, letsencrypt and Route53.
nightflyover 8 years ago
Lets Encrypt?