Error with LetsEncrypt request

club777

New member
Joined
Nov 26, 2019
Messages
1
Code:
Found wildcard domain name and http-01 challenge type, switching to dns-01 validation.
Requesting new certificate order...
new-order error: HTTP/1.1 100 Continue

HTTP/1.1 400 Bad Request
Server: nginx
Date: Tue, 26 Nov 2019 13:55:02 GMT
Content-Type: application/problem+json
Content-Length: 107
Connection: keep-alive
Boulder-Requester: 63064140
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0102yeOyd8BvGmsGKtui2H19OtdDmTOxfeVxm4pD7gh2utA

{
 "type": "urn:ietf:params:acme:error:malformed",
 "detail": "JWS verification error",
 "status": 400
}. Exiting...


An error occurs when renewing a LetsEncrypt Wildcard certificate
How can I fix it?
 
Back
Top