2 domains 2 languages Certificate failed to renew

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 domains are:
https://magicalmexico.net and https://mexicoesmagico.net

I ran this command:
sudo letsencrypt renew

It produced this output:


Processing /etc/letsencrypt/renewal/mexicoesmagico.net.conf


Cert is due for renewal, auto-renewing…

Plugins selected: Authenticator webroot, Installer None

Renewing an existing certificate

Performing the following challenges:

http-01 challenge for magicalmexico.net

http-01 challenge for www.magicalmexico.net

http-01 challenge for mexicoesmagico.net

http-01 challenge for www.mexicoesmagico.net

Cleaning up challenges

Attempting to renew cert (mexicoesmagico.net) from /etc/letsencrypt/renewal/mexicoesmagico.net.conf produced an unexpected error: Missing command line flag or config entry for this setting:

Input the webroot for magicalmexico.net:. Skipping.


Processing /etc/letsencrypt/renewal/www.magicalmexico.net.conf


Cert not yet due for renewal


Processing /etc/letsencrypt/renewal/www.mexicoesmagico.net.conf


Cert is due for renewal, auto-renewing…

Plugins selected: Authenticator standalone, Installer None

Renewing an existing certificate

Performing the following challenges:

http-01 challenge for www.mexicoesmagico.net

Cleaning up challenges

Attempting to renew cert (www.mexicoesmagico.net) from /etc/letsencrypt/renewal/www.mexicoesmagico.net.conf produced an unexpected error: Problem binding to port 80: Could not bind to IPv4 or IPv6… Skipping.

All renewal attempts failed. The following certs could not be renewed:

/etc/letsencrypt/live/mexicoesmagico.net/fullchain.pem (failure)

/etc/letsencrypt/live/www.mexicoesmagico.net/fullchain.pem (failure)


The following certs are not due for renewal yet:

/etc/letsencrypt/live/www.magicalmexico.net/fullchain.pem expires on 2020-02-28 (skipped)

All renewal attempts failed. The following certs could not be renewed:

/etc/letsencrypt/live/mexicoesmagico.net/fullchain.pem (failure)

/etc/letsencrypt/live/www.mexicoesmagico.net/fullchain.pem (failure)


2 renew failure(s), 0 parse failure(s)

root@openlitespeed-wordpress-ubuntu-s-1vcpu-2gb-sfo1-01:~#

My web server is (include version): open lite speed

The operating system my web server runs on is (include version): ubuntu 18 something I can’t find out the exact version

My hosting provider, if applicable, is: Digital Ocean

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 but I can

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

1 Like

I am running ubuntu 18.04

How do I specify the directory root path?

Please show this file:

[very likely it was originally setup manually]

Hi @zorro

if you have a running webserver, --standalone requires to stop your running webserver. If not, you have the binding problem.

So change the config file of that certificate, so webroot is used, not standalone.

3 Likes

sudo letsencrypt --version should display it.

2 Likes

Thank you so much.
I was able to figure out the path that I needed to enter and that did the trick!

Its just that I am a novice and I do not know the syntax so the simplest things are difficult, but thankfully, with the help of folks like you I was able to figure it out!

Thanks again!

Alex

4 Likes

Thank you so much.

I was able to figure out the path that I needed to enter and that did the trick!

Its just that I am a novice and I do not know the syntax so the simplest things are difficult, but thankfully, with the help of folks like you I was able to figure it out!

Thanks again!

Alex

4 Likes

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