Question
DNS Configuration for SSL.
Hello,
I'm trying to set an SSL certificate validation process. Gandi.net ask me to validate the rights to my domain (gentlenode.com) and to enter this in the DNS zone file for the domain:
A5408D4FA4C6B1EA15B34B127A4183E5.gentlenode.com. 10800 IN CNAME 81E58BA2FF396C66097BCD6C447392C6F801C4BC.comodoca.com.
So I have created a new CNAME record with:
name: A5408D4FA4C6B1EA15B34B127A4183E5.gentlenode.com.
host: 81E58BA2FF396C66097BCD6C447392C6F801C4BC.comodoca.com.
And I can see that the following line has been correctly added to the Zone File:
A5408D4FA4C6B1EA15B34B127A4183E5.gentlenode.com. CNAME 81E58BA2FF396C66097BCD6C447392C6F801C4BC.comodoca.com.
The problem is that it is not exactly the same than the one provided by Gandi. I do not know how to add the 10800 number after the name. And when I try to append it to the value in the name field, here is the error message I get:
Name Only valid hostname characters are allowed. (a-z, A-Z, 0-9, ., _ and -) Or a single record of '@'.
So I have two questions: How can I add the 10800 number? And what is its purpose?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Could you let me know how you got this fixed?
Nevermind. It worked for me if I simply removed “10800 IN CNAME” like you did above.