hi all,
Created a new kvm image with a brand new install of ubuntu20LTS with nginx and new IP 192.168.1.19
Still have the original kvm ubuntu18LTS with nginx and 2 domains with LE certs. (192.168.1.18)
Cannot get the fresh install of certbot to get the same 2 domains on the new server.
How would you like to authenticate with the ACME CA?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: Spin up a temporary webserver (standalone)
2: Place files in webroot directory (webroot)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2
Plugins selected: Authenticator webroot, Installer None
Please enter in your domain name(s) (comma and/or space separated) (Enter 'c'
to cancel): sample1.com, sample2.com
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for sample1.com
http-01 challenge for sample2.com
Input the webroot for sample1.com: (Enter 'c' to cancel): /var/www/nextcloud
Select the webroot for sample2.com:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: Enter a new webroot
2: /var/www/nextcloud
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2
Waiting for verification...
Challenge failed for domain sample1.com
Challenge failed for domain sample2.com
http-01 challenge for sample1.com
http-01 challenge for sample2.com
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: sample1.com
Type: connection
Detail: Fetching
http://sample1.com/.well-known/acme-challenge/qUORx5pH5BPp3ZWMcAv2jhkWGfiw5eiaqY_mPTzJ854:
Connection refused
Domain: sample2.com
Type: connection
Detail: Fetching
http://sample2.com/.well-known/acme-challenge/BkeW4FJgWKzGksuzjYj1ech2EeiHb9tItah5gC9Srec:
Connection refused
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.
root@webserv:/etc/letsencrypt/live#
I have redirected the router, opened up 80 443 on the UFW, can't get nginx service to start without these certs
Any help would be greatly appreciated