Advertisement
BoberDiversant

Untitled

Aug 29th, 2019
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@nginx:/etc/nginx/conf.d# nginx -t
  2. nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
  3. nginx: configuration file /etc/nginx/nginx.conf test is successful
  4. root@nginx:/etc/nginx/conf.d# nginx -s reload
  5. root@nginx:/etc/nginx/conf.d# certbot certonly --webroot -w /var/www/letsencrypt/ -d gp67.app.ivoice.online
  6. Saving debug log to /var/log/letsencrypt/letsencrypt.log
  7. Plugins selected: Authenticator webroot, Installer None
  8. Obtaining a new certificate
  9. Performing the following challenges:
  10. http-01 challenge for gp67.app.ivoice.online
  11. Using the webroot path /var/www/letsencrypt for all unmatched domains.
  12. Waiting for verification...
  13. Cleaning up challenges
  14. Running post-hook command: systemctl restart nginx
  15. Failed authorization procedure. gp67.app.ivoice.online (http-01): urn:ietf:params:acme:error:connection :: The server could not connect to the client to verify the domain :: dns :: DNS problem: NXDOMAIN looking up A for gp67.app.ivoice.online
  16.  
  17. IMPORTANT NOTES:
  18.  - The following errors were reported by the server:
  19.  
  20.    Domain: gp67.app.ivoice.online
  21.    Type:   connection
  22.    Detail: dns :: DNS problem: NXDOMAIN looking up A for
  23.    gp67.app.ivoice.online
  24.  
  25.    To fix these errors, please make sure that your domain name was
  26.    entered correctly and the DNS A/AAAA record(s) for that domain
  27.    contain(s) the right IP address. Additionally, please check that
  28.    your computer has a publicly routable IP address and that no
  29.    firewalls are preventing the server from communicating with the
  30.    client. If you're using the webroot plugin, you should also verify
  31.   that you are serving files from the webroot path you provided.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement