Page 1 of 1

Let's Encrypt ACMEv1 protocol deprecated

Posted: Thu Jan 16, 2020 5:40 am
by Nubilius
Today I get email from letsencrypt.org with this content:
According to our records, the software client you're using to get Let's
Encrypt TLS/SSL certificates issued or renewed at least one HTTPS certificate
in the past two weeks using the ACMEv1 protocol.

Beginning June 1, 2020, we will stop allowing new domains to validate using
the ACMEv1 protocol. You should upgrade to an ACMEv2 compatible client before
then, or certificate issuance will fail
Does Vesta plan to update to ACMEv2?

Re: Let's Encrypt ACMEv1 protocol deprecated

Posted: Thu Jan 16, 2020 11:45 am
by grayfolk
Nubilius wrote:
Thu Jan 16, 2020 5:40 am
Today I get email from letsencrypt.org with this content:
According to our records, the software client you're using to get Let's
Encrypt TLS/SSL certificates issued or renewed at least one HTTPS certificate
in the past two weeks using the ACMEv1 protocol.

Beginning June 1, 2020, we will stop allowing new domains to validate using
the ACMEv1 protocol. You should upgrade to an ACMEv2 compatible client before
then, or certificate issuance will fail
Does Vesta plan to update to ACMEv2?
Looks like already was updated: https://github.com/serghey-rodin/vesta/ ... domain#L18

Re: Let's Encrypt ACMEv1 protocol deprecated

Posted: Thu Jan 16, 2020 3:01 pm
by droopy
I was searching for similar topic. Does the update is implemented on latest build?
As i have vestacp updated, but i also receive lets encrypt same message.

How to revise or update this?

Re: Let's Encrypt ACMEv1 protocol deprecated

Posted: Thu May 14, 2020 4:24 pm
by hmg
Hi everyone, I have been trying to fix this issue for a long time. As the deprecation date is approaching, I found this (apparent) solution. You need to edit the file /usr/local/letsencrypt-vesta/letsencrypt-vesta where acme-v01 is still hardcoded.

I checked after that in the log file /var/log/letsencrypt/letsencrypt.log and the command finally run hitting the new API URL. I hope this really fixes the issue.

I wonder how to reach the mantainers of this script. Does anyone know? The Github repository has not been updated in 4 years.

Re: Let's Encrypt ACMEv1 protocol deprecated

Posted: Fri May 15, 2020 2:03 pm
by droopy
You edit the file and only change version 01 to 02?

What exactly do you edit on the file?

Regards,

Re: Let's Encrypt ACMEv1 protocol deprecated

Posted: Tue May 26, 2020 10:09 pm
by ctdan
please what have to edit in file??? please....????

Re: Let's Encrypt ACMEv1 protocol deprecated

Posted: Wed May 27, 2020 7:42 am
by dpeca
ctdan wrote:
Tue May 26, 2020 10:09 pm
please what have to edit in file??? please....????
what distribution you are using?

Re: Let's Encrypt ACMEv1 protocol deprecated

Posted: Sat Oct 31, 2020 5:14 pm
by droopy
https://github.com/interbrite/letsencrypt-vesta

How to fix or update to ACMEv2??

Re: Let's Encrypt ACMEv1 protocol deprecated

Posted: Sat Oct 31, 2020 7:30 pm
by grayfolk
droopy wrote:
Sat Oct 31, 2020 5:14 pm
https://github.com/interbrite/letsencrypt-vesta

How to fix or update to ACMEv2??
Ask author of this software.
You can create issue here: https://github.com/interbrite/letsencrypt-vesta/issues

Re: Let's Encrypt ACMEv1 protocol deprecated

Posted: Mon Nov 02, 2020 11:24 am
by eris
Apply https://github.com/serghey-rodin/vesta/ ... ca41cc69a1 to bin/v-add-letsencrypt-domain and you are done.