Hi all
I got a proposition in order to deal with CAA records.
I'd to deal with this when I wanted to get a letsencrypt SSL Certificate since my domains are managed on the iMSCP server I installed.
I found that modifying the Bind template according to Bind version is functionnal.
Mine is installed on Debian Stretch so Bind is in version 9.10.xxx.
So just use this command :
vim /etc/imscp/bind/parts/db.tpl
And then in the "GLUE" part of the template, add these lines
Save (Esc + : + x)
On the i-MSCP Control Panel, just edit the domain parameters (as domain owner of course) and click "update"
You're on !
The files generated for bind are compliant with "letsencrypt" and some others SSL Vendors.
My only question is : What append when i-MSCP is updated ?
Thanks for reading and commenting.