Hello,
I am trying to setup a Let’s Encrypt cetificate for the DirectAdmin backend following the documentation of DirectAdmin which can be found here:
https://help.directadmin.com/item.php?id=15
Let’s Encrypt is already working fine for all the domains hosted on the server including the subdomains.
When I run the letsencrypt.sh script I get the following error output:
./letsencrypt.sh request da.directup.nl 4096
Setting up certificate for a hostname: da.directup.nl
Getting challenge for da.directup.nl from acme-server...
User let's encrypt key has been found, but not registered. Registering...
Account registration error. Response: HTTP/1.1 100 Continue
Expires: Sun, 02 Oct 2016 16:54:22 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
HTTP/1.1 400 Bad Request
Server: nginx
Content-Type: application/problem+json
Content-Length: 130
Boulder-Request-Id: 8KDZdcwWHpTPVFpHBaa3S48SmCG0ExMxBA5uaSGZxl4
Replay-Nonce: UCBd8wYfTdc1qcRh8Ig20qd3kmwIkX4deG9QmaasMSI
Expires: Sun, 02 Oct 2016 16:54:24 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Sun, 02 Oct 2016 16:54:24 GMT
Connection: close
{
"type": "urn:acme:error:invalidEmail",
"detail": "DNS problem: SERVFAIL looking up MX for da.directup.nl",
"status": 400
}.
I’ve tried to Google for this error but I can’t find a solution.
Could anybody point me in the right direction?