Simple scripts to apply certbot dns challenge for Aliyun ESA NS hosted domain.
git clone https://github.com/JackDavidZhang/EAS-Certbot-script && cd EAS-Certbot-script
curl https://aliyuncli.alicdn.com/aliyun-cli-linux-latest-amd64.tgz -o aliyun-cli-linux-latest.tgz
tar -xzvf aliyun-cli-linux-latest.tgz
rm aliyun-cli-linux-latest.tgzSee offcial guide to config your access token.
# replace to your domain
certbot certonly --manual --dry-run -d "ztsubaki.top" -d "*.ztsubaki.top" --manual-auth-hook ./authenticator.sh --manual-cleanup-hook ./clean.sh --preferred-challenges dns