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

已提問 5 年前檢視次數 250 次
3 個答案
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
已回答 5 年前
0

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

已回答 5 年前
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
已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南