Letsencrypt cert creation failure

lifetalk

New member
Joined
Dec 14, 2008
Messages
3
Getting this error on attempting to create a new certificate:

Code:
HTTP/1.1 403 Forbidden
Server: nginx
Date: Mon, 16 Mar 2020 16:55:01 GMT
Content-Type: application/problem+json
Content-Length: 280
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Replay-Nonce: 0002JMgtQwRqrhG7tCkD9uAvQB_eAIAeuqrkHRf3iwPbq64

{
 "type": "urn:acme:error:unauthorized",
 "detail": "Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2 / RFC 8555. See https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430 for details.",
 "status": 403
}.

Any leads? Using DA with CB2.0
 
Please upgrade your ACME client to a version that supports ACMEv2
Seems you're uising an old letsencrypt client?

Try this (on Centos):
Code:
cd /usr/local/directadmin/custombuild
./build update
./build letsencrypt

Then try again. If the same error occurs, do the same, but then do a ./build versions and see which version of the script you have.
 
Back
Top