scripts for certbot with Wedos WAPI
Clone repo
git clone [email protected]:rvallo/certbot-wedosWAPI.git
Copy and edit
cp credentials.sh.example credentials.sh
vim credentials.sh
Create DNS record for LE
./create_DNS_records.sh
Get your ID from Wedos WAPI and save ID to credentials.sh
./listLE_DNS_records.sh
Get your wildcard certificate from letsencrypt!
certbot -d *.example.com --manual --manual-auth-hook ./update_DNS_records.sh --preferred-challenges dns certonly --server https://acme-v02.api.letsencrypt.org/directory
Install certbot
This project is licensed under the MIT License - see the LICENSE.md file for details