TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

2 点作者 fomojola将近 9 年前

1 comment

fomojola将近 9 年前
<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> .