feat(dnsapi): add ApertoDNS DNS plugin#6758
Conversation
Add dns_apertodns.sh for ApertoDNS dynamic DNS service. Features: - DNS-01 challenge support for Let's Encrypt - Works with standard (*.apertodns.com) and custom domains - Uses ApertoDNS Protocol API v1.2 Usage: export APERTODNS_API_KEY="your-api-key" acme.sh --issue --dns dns_apertodns -d example.apertodns.com Documentation: https://github.com/apertodns/acme-dns-apertodns
|
Welcome |
DNS API Test ResultsSuccessfully tested on Ubuntu 22.04 with Let's Encrypt staging environment: Certificate issued successfully:
Wiki Documentation (for dnsapi2 page)dns_apertodnsApertoDNS provides free dynamic DNS for First, get your API key from the ApertoDNS dashboard. export APERTODNS_API_KEY="apertodns_live_xxxxxxxx"To issue a certificate: acme.sh --issue --dns dns_apertodns -d myhost.apertodns.comFor wildcard certificates: acme.sh --issue --dns dns_apertodns -d myhost.apertodns.com -d '*.myhost.apertodns.com'The Optionally, you can specify a custom API URL: export APERTODNS_API_URL="https://api.apertodns.com" |
Description
Add dns_apertodns.sh plugin for ApertoDNS dynamic DNS service.
Features
Usage
Documentation
Testing
Tested successfully with: