CAA Records is becomming an new internet standard. So i wanted to make it easy for me.
github.com
github.com
Script checks which oranisation is mentioned on the certificate. Then adds the proper CAA records (3 of them). If using DNSSEC it resigns the zones.
Comments are welcome on github
Running for all you exsisting domains :
Webs-Systems-Scripts/caa.sh at main · jordivn/Webs-Systems-Scripts
Scripts from Webs en Systems availible for public. Contribute to jordivn/Webs-Systems-Scripts development by creating an account on GitHub.
Webs-Systems-Scripts/ssl_cert_post.sh at main · jordivn/Webs-Systems-Scripts
Scripts from Webs en Systems availible for public. Contribute to jordivn/Webs-Systems-Scripts development by creating an account on GitHub.
Script checks which oranisation is mentioned on the certificate. Then adds the proper CAA records (3 of them). If using DNSSEC it resigns the zones.
Comments are welcome on github
Running for all you exsisting domains :
Code:
find /usr/local/directadmin/data/users/ -name domains.list -exec cat {} \; | sort -u | while read -r domain; do ./caa.sh "$domain"; done