Cannot get certbot-auto to generate certificate

I am running a site using node.js and nginx on debian 8. Following the instructions found at: https://certbot.eff.org/lets-encrypt/debianjessie-nginx I end up with the following message:

IMPORTANT NOTES:

  • The following errors were reported by the server:

    Domain: grootlasersnijder.nl
    Type: None
    Detail: DNS problem: NXDOMAIN looking up A for grootlasersnijder.nl

    Domain: www.grootlasersnijder.nl
    Type: None
    Detail: DNS problem: NXDOMAIN looking up A for
    www.grootlasersnijder.nl

The test now reads OK from letsdebug.net. And DNS setting from provider looks:

I read some things about placing a token in a TXT entry (using some manual mode?), but I am not sure what I am supposed to do, as I a expected the certbot-auto to fix everything, or did a miss somewhere a step where this is explained?

You just misspelled the domain name when running Certbot:

The Let’s Encrypt error message is for grootlasersnijdeR.nl.

The successful Let’s Debug test was for grootlasersnijdeN.nl.

Thank you very much for noting!
It is now up and running, I should have checked my code more carefully, sorry!

Best wishes,
David

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.