Order an SSL Certificate
Introduction
Securing your website with an SSL Certificate is a standard requirement for protecting user data and building trust. If you are new to the concepts of encryption and https, we recommend starting with our overview: What is an SSL Certificate?
Ordering the certificate is the central step in the process, but it is part of a specific workflow. To successfully secure your site, you will follow these four stages:
- Preparation: You must first Generate a Certificate Signing Request (CSR) on your server.
- Ordering: (This Guide) Use the CSR to purchase the specific certificate type you need.
- Validation: After ordering, you must Verify your SSL Certificate to prove you own the domain.
- Completion: Once issued, you will Install the SSL on your server to finalize the security.
This guide walks you through Step 2: selecting the right plan and submitting your order via your Liquid Web account.
Prerequisites
- A Liquid Web Client Portal account.
- A valid Certificate Signing Request (CSR). (Optional CSR generator: A WHM / cPanel server with an WHM API token setup.)
- A valid domain, along with the ability to change files or add a DNS record.
Step-by-Step Instructions
Accessing the SSL Ordering Panel
- Log into your my.liquidweb.com account with your username and password, or sign in with Google SSO.
- Click on the Domains dropdown on the left-hand navigation menu, then select SSL.
- Click the Order a certificate button.
You are now ready to select your ordering method.
Manual Method
- Select Manual at the top of the ordering screen.
- Paste your Certificate Signing Request (CSR) into the provided form field.
- Click the Order certificate button at the bottom right to finalize the order.
Automated via WHM/cPanel
The following method automates the creation of a CSR, saving you a step if your server uses WHM/cPanel.
- Select the Automated with WHM/cPanel button at the top of the ordering screen.
- Choose the appropriate WHM server from the Server dropdown menu.
- Select the desired domain from the Domain dropdown menu.
- Select the type of verification method desired.
- DNS Record (Most Reliable): You’ll add a TXT record to your domain DNS Zone. (This could be located here, or at another DNS provider, such as: GoDaddy or Cloudflare). This proves ownership at the domain level. It’s the best long-term solution because your verification will stay intact even if you redesign your website.
- Meta Tag (Fastest Setup): You’ll paste a snippet of HTML directly into your website’s
<head>code. This is perfect if you only have access to your website’s admin panel (like WordPress) and need to get verified instantly without messing with DNS settings. The downside is that if you ever change your site’s theme or accidentally delete the code, your verification will break.
- Switch the Renewal toggle off if you do not want the SSL to auto-renew 45 days before the expiration for the same duration as this initial order.
- Check the Wildcard checkbox if you want to order a wildcard certificate.
shop.yourdomain.com, blog.yourdomain.com, and mail.yourdomain.com), managing individual SSL certificates for each one can quickly become expensive and time-consuming. This is where a Wildcard Certificate comes in handy:- How it Works: By using an asterisk in the certificate’s domain name (e.g.,
*.yourdomain.com), a single Wildcard SSL secures your primary domain and an unlimited number of its first-level subdomains. - The Benefit: It saves you money and simplifies server management since you only have to purchase, install, and renew one single certificate instead of juggling dozens of them.
- The Catch: It only covers one level of subdomains. For example,
*.yourdomain.comwill protectdev.yourdomain.com, but it will not protectapp.dev.yourdomain.com(that would require a separate certificate).
- Fill out the contact information that will appear on the certificate.
- Click Order certificate to finalize the order.
Next Steps
Now that you have successfully submitted your SSL certificate order, your website is not quite secure yet. You must complete the final two stages of the SSL workflow to activate your encryption:
- Verify your SSL Certificate: Prove domain ownership to the Certificate Authority using the validation method you selected during the ordering process (DNS or Meta Tag).
- Install the SSL on your server: Once the Certificate Authority verifies your domain and issues the certificate, you will need to install the provided files onto your server to finalize your security setup.