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: spnone.no
I ran this command: certbot renew
It produced this output: ssl didn’t get renewed
My web server is (include version): nginx 1.18.0
The operating system my web server runs on is (include version): centos 7
https://spnone.no/ and https://www.spnone.no/ are both using one of the new certificates without www – so the former works, and visiting the latter results in a certificate mismatch error.
And got the following:
The following certs are not due for renewal yet:
/etc/letsencrypt/live/demo1.norwaysites.no/fullchain.pem expires on 2020-08-16 (skipped)
/etc/letsencrypt/live/norwaysites.no/fullchain.pem expires on 2020-08-16 (skipped)
/etc/letsencrypt/live/rumblepvp.com/fullchain.pem expires on 2020-08-16 (skipped)
/etc/letsencrypt/live/sickopvp.com/fullchain.pem expires on 2020-08-16 (skipped)
/etc/letsencrypt/live/spnone.no/fullchain.pem expires on 2020-08-16 (skipped)
No renewals were attempted.
I assume these two websites went offline because the SSL expired today. The sites were running fine yesterday for example. I have problems renewing the certificates.
I get the following when I do certbot renew:
/etc/letsencrypt/live/spnone.no/fullchain.pem expires on 2020-08-16 (skipped)
No renewals were attempted.
I restarted the VPS. Now the site went offline. I did the command
systemctl restart nginx
and got the following
● nginx.service - nginx - high performance web server
Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2020-05-18 21:25:03 CEST; 10s ago
Docs: nginx documentation
Process: 10803 ExecStart=/usr/sbin/nginx -c /etc/nginx/nginx.conf (code=exited, status=1/FAILURE)
May 18 21:25:03 vps785737.ovh.net systemd[1]: Starting nginx - high performa....
May 18 21:25:03 vps785737.ovh.net nginx[10803]: nginx: [emerg] cannot load ce...
May 18 21:25:03 vps785737.ovh.net systemd[1]: nginx.service: control process...1
May 18 21:25:03 vps785737.ovh.net systemd[1]: Failed to start nginx - high p....
May 18 21:25:03 vps785737.ovh.net systemd[1]: Unit nginx.service entered fai....
May 18 21:25:03 vps785737.ovh.net systemd[1]: nginx.service failed.
Hint: Some lines were ellipsized, use -l to show in full.