As a system administrator, your goal is to correctly add the _globalsign-domain-verification TXT record to your DNS server and ensure it propagates successfully. This guide provides a detailed, step-by-step approach to resolving any issues.
_globalsign-domain-verification is a TXT DNS record required by GlobalSign to verify domain ownership.GlobalSign provides the verification value in the format:
_globalsign-domain-verification=abcdef1234567890abcdef1234567890
Your task is to correctly add this TXT record to your DNS zone file.
Before making any changes, determine where the DNS for the domain is hosted.
Run the following command to check where the domain's nameservers point:
Replace example.com with the actual domain.
The output will list the authoritative nameservers. If your server is listed, you can proceed with adding the record. If the DNS is managed elsewhere, you may need to update the record on an external system.
Now, you need to edit the domain's DNS zone file and add the _globalsign-domain-verification TXT record.
(Modify the path if your DNS server uses a different directory.)
After modifying the DNS zone file, reload the DNS service to apply changes.
If your system uses a different DNS server, reload it accordingly.
After adding the record and reloading DNS, verify that it has been correctly published.
Run:
If the record appears with the correct value, the configuration is correct.
Use external tools to verify DNS propagation:
(This queries Google's public DNS resolver.)
Another option:
(This queries Cloudflare's public resolver.)
DNS records may take up to 48 hours to propagate. To speed up propagation, lower the TTL (Time to Live) before making changes.
Note: Once verification is complete, you can increase the TTL back to its original value.
| Issue | Solution |
|---|---|
| TXT record not found | Ensure it is added in the correct zone file and DNS is reloaded. |
| Incorrect TXT value | Copy the exact value provided by GlobalSign, ensuring no typos. |
| Delayed propagation | Lower the TTL and wait for propagation (can take up to 48 hours). |
| Query returns old data | Clear the local cache using systemctl restart nscd (if caching is enabled). |
| External queries fail | Verify firewall settings to allow external DNS queries. |
Once the TXT record is confirmed to be live, GlobalSign should detect it automatically. If verification does not complete within 24 hours, manually notify GlobalSign and provide proof of the TXT record.
_globalsign-domain-verification TXT record to the zone file.By following these steps, a system administrator can successfully complete GlobalSign domain verification and ensure SSL certificates are issued without delays.
