You are here
Dehydrated with 2 different domains
Hello - I was able to run dehydrated successfully with just 1 domain, but when I added a second, this is what I see in the console:
[2019-09-24 10:46:47] dehydrated-wrapper: INFO: running dehydrated
+ ERROR: An error occurred while sending post-request to https://acme-v01.api.letsencrypt.org/acme/new-authz (Status 400)Details:
{
"type": "urn:acme:error:badNonce",
"detail": "JWS has no anti-replay nonce",
"status": 400
}
After doing some research, and confirming that my DNS is matching, it seems this could be caused by too many certs being issued within a week? Is there anything else I may be missing?
I've modified /etc/dehydrated/confconsole.domains.txt like so:
# please use this file with confconsole or
# alternatively use dehydrated with it's appropriate
# configuration directly
staging.domain1.com staging.domain2.com
I appreciate your input.