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

preguntada hace 5 años237 visualizaciones
3 Respuestas
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
respondido hace 5 años
0

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

respondido hace 5 años
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
respondido hace 5 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas