- Certbot (Let's Encrypt) hook for Wedos API (aka WAPI)
- 🇨🇿 Funguje s Certbotem (testováno) a pravděpodobně i s dalšími generátory SSL certifikátů
- 🇬🇧 Works with Certbot (tested) and probably other SSL certificate generators
https://github.com/alexzorin/certbot-dns-multi
- 🇨🇿 automatické ověřování (namísto ručního nastavování záznamů TXT) potřebné pro wildcard SSL certifikáty
- 🇬🇧 automated verification (instead of manual setting TXT records) needed for wildcard SSL certificates
- 🇨🇿 ve vybrané složce spusťte:
- 🇬🇧 navigate to desired folder and run:
git clone https://github.com/maskalix/wedos-api/
certbot certonly --manual \
--preferred-challenges dns \
--manual-auth-hook /path/to/wapi.sh \
--manual-cleanup-hook /path/to/wapi.sh \
-d '*.domain.tld' \
-d domain.tld