SSL not trusted although successfully renew cert

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is:https://joshlevisalon.com/

I ran this command:

sudo certbot -d $DOMAIN -d $WILDCARD --manual --preferred-challenges dns certonly

It produced this output:
What would you like to do?


1: Keep the existing certificate for now
2: Renew & replace the cert (limit ~5 per 7 days)


Select the appropriate number [1-2] then [enter] (press ‘c’ to cancel): 2
Renewing an existing certificate

IMPORTANT NOTES:

  • Congratulations! Your certificate and chain have been saved at:
    /etc/letsencrypt/live/joshlevisalon.com/fullchain.pem
    Your key file has been saved at:
    /etc/letsencrypt/live/joshlevisalon.com/privkey.pem
    Your cert will expire on 2020-05-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

bitnami@ip-172-31-10-94:~$

My web server is (include version):
Server version: Apache/2.4.39 (Unix)
Server built: Jun 7 2019 10:45:27

The operating system my web server runs on is (include version):
bitnami

My hosting provider, if applicable, is:
godaddy

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):
no

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

Hi,

You used certbot with certonly mode, which means it will only get your certificate and you need to reload your Apache installation after renewed your certificate.

Thank you

Thank you Steven. That was actually the problem. I didn’t completely read the documentation when renewing the cert. is there an easier way to do this without having to performing all the steps?

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