Advertisement
Bobrovozka

Untitled

Nov 30th, 2021
2,073
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@nginx:/etc/nginx/conf.d# certbot certonly --webroot -w /var/www/letsencrypt/ -d rec2.ivoice.online
  2. Saving debug log to /var/log/letsencrypt/letsencrypt.log
  3. Plugins selected: Authenticator webroot, Installer None
  4. Obtaining a new certificate
  5. Performing the following challenges:
  6. http-01 challenge for rec2.ivoice.online
  7. Using the webroot path /var/www/letsencrypt for all unmatched domains.
  8. Waiting for verification...
  9. Cleaning up challenges
  10. Running post-hook command: systemctl restart nginx
  11. Failed authorization procedure. rec2.ivoice.online (http-01): urn:ietf:params:acme:error:dns :: DNS problem: NXDOMAIN looking up A for rec2.ivoice.online - check that a DNS record exists for this domain
  12.  
  13. IMPORTANT NOTES:
  14.  - The following errors were reported by the server:
  15.  
  16.    Domain: rec2.ivoice.online
  17.    Type:   None
  18.    Detail: DNS problem: NXDOMAIN looking up A for rec2.ivoice.online -
  19.    check that a DNS record exists for this domain
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement