mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
Any chance to support namecheap DNS server hooking #93
Reference in New Issue
Block a user
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 @556556bt on GitHub (May 6, 2016).
My domains currently parked at namecheap name server. I wanna to use DNS-01 challenge to renew certificate. However, i see no namecheap support in the hook list. What else I can do to have automatic operation?
@lukas2511 commented on GitHub (May 6, 2016):
Write your own hook? If they have an API it shouldn't be too hard.
The hook system is meant to be written by others so letsencrypt.sh can become compatible with a whole lot of custom setups, I didn't write any of those hook scripts mentioned in the wiki.
@samtombson commented on GitHub (Jun 30, 2016):
@556556bt https://github.com/samtombson/letsencrypt/blob/master/namecheap_dns_api_hook.sh
@bviktor commented on GitHub (Jul 29, 2016):
Thanks, are you willing to add this to the DNS hook list, @samtombson ?
@samtombson commented on GitHub (Aug 1, 2016):
@bviktor Sure, I willing.