# README
certbot certonly --manual --manual-auth-hook /path/to/your/script --preferred-challenges dns
https://certbot.eff.org/docs/using.html?highlight=auth%20hook#pre-and-post-validation-hooks
certbot certonly --manual-public-ip-logging-ok --agree-tos -n -m [email protected] --preferred-challenges=dns --test-cert --manual --manual-auth-hook /opt/certbot/validation.sh --manual-cleanup-hook /opt/certbot/clean.sh -d t1.example.com -d t2.example.com