Applicable to:
- Plesk for Linux
- Plesk for Windows
Question
How to add a CAA DNS record to a domain on Plesk?
Answer
DNS records can be added through the panel or command line if Plesk DNS is used. If the domain uses external DNS servers, the record should be added outside of Plesk.
-
Go to Domains > example.com > DNS Settings, and press Add Record
-
Set Record type to CAA, enter the required values, and hit the OK button
-
Apply the changes with the Update button:
-
Connect to the server via SSH
-
Run the following command:
# plesk bin dns --add example.com -caa caa_value -tag issue
Available options for the CAA record tag are
issue
,issuewild
oriodef
-
Connect to the server via RDP
-
Start a Command Prompt or PowerShell as Administrator
-
Run the following command:
plesk bin dns --add example.com -caa caa_value -tag issue
Available options for the CAA record tag are
issue
,issuewild
oriodef
Comments
2 comments
I want to add
However I am unable to do that as 0 is not accepted I get "The specified TTL value is invalid"
But is I remove the 0 and click submit Plesk will accept the config.
Bragi Austson Thanks for your comment. Zero is not valid; it can be from 1 second to 2147483647 seconds. If nothing is entered, it will apply whatever is the default.
Please sign in to leave a comment.