mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #100] 能不能不要accesskeyid和accesskeysecret 自己添加txt记录 #81
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nuo010 on GitHub (Sep 26, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/100
我感觉还是直接添加txt记录更好
@WaveZZZZZ commented on GitHub (Jan 16, 2025):
别不要API啊,,你如果多域名的话。。都有最好
@weily2 commented on GitHub (May 29, 2025):
我们公司有人专门管理域名,我们每次都需要给他提供TXT记录让他手动解析,不知道域名的DNS服务商,更不可能拿到accessKey和accessSecret ,所以最好提供一个手动解析TXT记录的功能。
@diaodeng commented on GitHub (Jul 9, 2025):
为什么我使用最新版反而没有主动添加TXT解析记录,使用的阿里云的域名
@hflying0510 commented on GitHub (Jul 12, 2025):
为什么我使用最新版反而没有主动添加TXT解析记录?
@xlionjuan commented on GitHub (Dec 8, 2025):
你可能會對即將發布的 DNS-PERSIST-01 認證方式有興趣,與以往 DNS-01 不同,每次更新需要變更 DNS,DNS-PERSIST-01 將允許建立一個長久不需變更的 TXT 紀錄,內容為 ACME Account ID,只要它存在,每次驗證時就可以直接通過驗證,不用再修改 FNS
https://letsencrypt.org/2025/12/02/from-90-to-45