Verify an SSL Certificate
Introduction
After you have generated a CSR and ordered your SSL, there is one final security hurdle before the Certificate Authority (CA) will issue your files: Verification. Until you complete this step, your SSL order will remain in a “Pending” state, preventing you from installing your certificate.
Also known as Domain Control Validation (DCV), this step allows the Certificate Authority (CA) to confirm that you actually own or control the domain name listed in your order. This prevents unauthorized parties from purchasing certificates for domains they do not own.
This guide covers three methods used to prove ownership: Automatic with a Liquid Web SSL & DNS Zone, DNS records, and Meta-tag.
Prerequisites
- A pending SSL Certificate order (you must have already generated a CSR and submitted your order).
- Access to your Liquid Web or SSL vendor dashboard to retrieve the validation records.
- For DNS Verification: Administrative access to your domain’s DNS Zone (e.g., Liquid Web, Cloudflare, or another provider like GoDaddy).
- For Meta-tag Verification: Administrative access to your website’s server or control panel (like cPanel or Plesk) to use the File Manager.
Step-by-Step Instructions
Automatic with Liquid Web
If you are hosting your domain with Liquid Web, your verification will be automatically applied. That was easy!
DNS
Verifying by DNS involves adding a TXT record to your DNS records. Only the website administrator should have to access the domain’s DNS records, so the SSL issuers consider it a legitimate verification method.
- Navigate to your SSL vendor and locate the DNS verification TXT record. Learn more about DNS management here.
- Go to the DNS zone for your domain. More information on locating your DNS Zone can be found here.
- Add the TXT record to your DNS zone and save.
- Once you’ve uploaded or created your file, click Verify in your SSL Dashboard.
Meta-tag
- On your SSL Dashboard, find the SSL you are verifying and click the domain name.
- In the Verification section, click the drop down menu and choose Meta Tag.
- This will create a new entry on the page labeled Meta Tag.
- Create a new page with this file path and paste the meta tag within the .well-known folder of your domain’s public_html folder.
example.com/.well-known/pki-validation/gsdv.txt
- Once you’ve uploaded or created your file, click Verify in your SSL Dashboard.
Next Steps
Congratulations! Once you click “Verify” and the Certificate Authority confirms your domain ownership, your SSL certificate will be issued. However, your website isn’t fully secured just yet.
You must complete the final stage of the workflow to activate your encryption:
- Install the SSL on your server: Download the issued certificate files from your dashboard and install them on your web server (via cPanel, Plesk, or command line) to finalize your security setup.