Seeking assistance with certificate name mismatch

Hello having issues with my website showing connection as insecure and ssl labs results there’s a certificate name mismatch.

i used google cloud openlitespeed option to create a wordpress website

My domain is:
arkcircle.com

I ran this command:
follwed the steps here https://certbot.eff.org/lets-encrypt/ubuntubionic-other
sudo certbot certonly --webroot

It produced this output:
arkcircle.com
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for arkcircle.com
http-01 challenge for www.arkcircle.com
Using the webroot path /var/www/html for all unmatched domains.
Waiting for verification…
Cleaning up challenges
IMPORTANT NOTES:

  • Congratulations! Your certificate and chain have been saved at:
    /etc/letsencrypt/live/arkcircle.com/fullchain.pem
    Your key file has been saved at:
    /etc/letsencrypt/live/arkcircle.com/privkey.pem
    Your cert will expire on 2020-07-21. To obtain a new or tweaked
    version of this certificate in the future, simply run certbot
    again. To non-interactively renew all of your certificates, run
    “certbot renew”
  • If you like Certbot, please consider supporting our work by:
    Donating to ISRG / Let’s Encrypt: https://letsencrypt.org/donate
    Donating to EFF: https://eff.org/donate-le

My web server is (include version): unsure

The operating system my web server runs on is (include version): Ubuntu 18.04.4 LTS

My hosting provider, if applicable, is: google cloud

I can login to a root shell on my machine (yes or no, or I don’t know): yes

I’m using a control panel to manage my site (no, or provide the name and version of the control panel): unknown

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot): 0.31.0

sudo certbot certificates
Saving debug log to /var/log/letsencrypt/letsencrypt.log


Found the following certs:
Certificate Name: arkcircle.com
Domains: arkcircle.com www.arkcircle.com
Expiry Date: 2020-07-21 18:11:13+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/arkcircle.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/arkcircle.com/privkey.pem


1 Like

Hi @laidbacka

certonly doesn't install the certificate.

But I don't know how that openlitespeed works.

Check the documentation of that webserver to find the lines of the self signed certificate.

Then change these, so your

is used and restart your webserver.

1 Like

Okay thank you! now i have a valid certificate issued by Lets Encrypt Authority X3

However, it is still showing as not secure

1 Like

sorry that was the last line of code

before it is this one

sudo apt-get install certbot

and this is the result

Reading package lists... Done
Building dependency tree
Reading state information... Done
certbot is already the newest version (0.31.0-1+ubuntu18.04.1+certbot+1).
The following packages were automatically installed and are no longer required:
grub-pc-bin libnuma1
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.

1 Like

That’s only the Certbot installation.

Not the certificate installation.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.