Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@nginx:/etc/nginx/conf.d# nginx -t
- nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
- nginx: configuration file /etc/nginx/nginx.conf test is successful
- root@nginx:/etc/nginx/conf.d# nginx -s reload
- root@nginx:/etc/nginx/conf.d# certbot certonly --webroot -w /var/www/letsencrypt/ -d gp67.app.ivoice.online
- Saving debug log to /var/log/letsencrypt/letsencrypt.log
- Plugins selected: Authenticator webroot, Installer None
- Obtaining a new certificate
- Performing the following challenges:
- http-01 challenge for gp67.app.ivoice.online
- Using the webroot path /var/www/letsencrypt for all unmatched domains.
- Waiting for verification...
- Cleaning up challenges
- Running post-hook command: systemctl restart nginx
- 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
- IMPORTANT NOTES:
- - The following errors were reported by the server:
- Domain: gp67.app.ivoice.online
- Type: connection
- Detail: dns :: DNS problem: NXDOMAIN looking up A for
- gp67.app.ivoice.online
- To fix these errors, please make sure that your domain name was
- entered correctly and the DNS A/AAAA record(s) for that domain
- contain(s) the right IP address. Additionally, please check that
- your computer has a publicly routable IP address and that no
- firewalls are preventing the server from communicating with the
- client. If you're using the webroot plugin, you should also verify
- that you are serving files from the webroot path you provided.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement