Renewing LetsEncrypt certificate issue

0

When I do...
sudo lego --tls --email="email@domain.us" --domains="domain.us" --path="/etc/lego" renew

Receive error;
You have to pass an account (email address) to the program using --email or -m

Please advice....

Edited by: Sosadinho on Jan 30, 2019 10:02 AM

demandé il y a 5 ans250 vues
3 réponses
0

I would suggest asking that question on a lego support forum or logging an issue on their tracker.

it really has nothing to do with Lightsail.

profile picture
David G
répondu il y a 5 ans
0

I was able to solve this problem by downloading and installing the new lego client

répondu il y a 5 ans
0

I am not an expert on Let's Encrypt, but depending on the shell you are using the double quotes may not be sufficient to escape some of the special characters in that command line. You might try using single quotes around the values:

sudo lego --tls --email='email@domain.us' --domains='domain.us' --path='/etc/lego' renew

Also, as others have suggested, the Lego forum might be a better place to get support for that tool.

I hope this helps!

Donley

profile pictureAWS
répondu il y a 5 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions