VergeCloud issues SSL certificates in partnership with Let’s Encrypt, a trusted global certificate authority. The certificate you receive covers your domain and subdomains, depending on what you have configured. Each certificate is valid for ninety days. At first, this may seem like a short period, but shorter lifespans actually improve security. If a certificate is ever compromised, misconfigured, or incorrectly issued, the limited validity reduces the potential impact. VergeCloud monitors the certificate throughout its lifecycle and automatically renews it well before it expires. This means your site stays secure without any effort from your side. You do not need to log in, run commands, or follow renewal reminders. Everything is handled automatically.
Before requesting your free SSL certificate, a few basic requirements must be in place.
1. Your domain must be active and your Name Server records should point correctly to VergeCloud. Without this, VergeCloud cannot verify domain ownership and issue the certificate.
2. Your root DNS record, whether it is an A, AAAA, or ANAME record, must be configured properly. DNS issues can prevent the SSL challenge from completing.
3. HTTPS support only works for DNS records that have the cloud icon activated. The cloud icon indicates that the record is routed through VergeCloud. If the cloud icon is turned off, the certificate will not function for that particular record.
Imagine you are running a small online shop. Your customers enter personal details such as email addresses, shipping information, and payment data. Without SSL, all of this information could be exposed to attackers. Enabling VergeCloud SSL ensures that every interaction on your site, from adding an item to the cart to completing checkout, happens within a secure encrypted session. This not only improves security but also builds trust. Shoppers are far more likely to complete their purchase when they see that your website is protected with HTTPS. Since VergeCloud manages both issuance and renewal, you never have to worry about certificate expiration interrupting your business.
After activation, you can verify the SSL certificate using simple terminal commands.

Using cURL
curl -I https://yourdomain.com

This allows you to confirm that your DNS records resolve correctly and that your traffic is being routed through VergeCloud edge servers. Both checks help ensure that your SSL certificate is functioning exactly as expected.