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.

Using Let’s Encrypt for internal servers

3 pointsby villeabout 4 years ago

1 comment

linsomniacabout 4 years ago
I did something similar using AWS Route 53 and documented it here: <a href="https:&#x2F;&#x2F;linsomniac.gitlab.io&#x2F;post&#x2F;2019-09-10-letsencrypt-with-route53&#x2F;" rel="nofollow">https:&#x2F;&#x2F;linsomniac.gitlab.io&#x2F;post&#x2F;2019-09-10-letsencrypt-wit...</a><p>This setup creates an AWS key pair for each DNS name that can be used to prove to LetsEncrypt the ownership. So the machines in question, say dev workstations, can generate signed certs.<p>We used to use self-signed certs with long expiry times, but it is sounding like in the not too distant future there will be browser animosity towards long-lived certs.