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.

Show HN: LetsEncrypt Dns-01 Support for the Linode DNS API

2 pointsby fomojolaalmost 9 years ago

1 comment

fomojolaalmost 9 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;lukas2511&#x2F;letsencrypt.sh" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lukas2511&#x2F;letsencrypt.sh</a> provides a BASH script that only uses OpenSSL&#x2F;cURL and similar tools to retrieve LetsEncrypt certificates. It also provides support for the dns-01 ACME challenge (which quite handily lets a certificate be requested and retrieved without having to write files anywhere, only requiring a DNS TXT record). To handle different DNS provider APIs, letsencrypt.sh delegates the DNS operations to a hook script: this little Go program implements the hook command line interface and uses the Linode DNS API to create&#x2F;destroy the required TXT records. More info is available from the project README at <a href="https:&#x2F;&#x2F;github.com&#x2F;IdeaSynthesis&#x2F;letsencrypt-dns01-hooks&#x2F;blob&#x2F;master&#x2F;README.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;IdeaSynthesis&#x2F;letsencrypt-dns01-hooks&#x2F;blo...</a> .