I’m trying to successfully set up my domain with SSL using letsencrypt, getssl (bash acme client) and nginx on a linux host. I’m configuring everything manually, as I need to have full control over the nginx configuration.
My domain is: tripster.nu
I ran this command:
./getssl tripster.nu
It produced this output:
tripster.nu: Certificate on remote domain does not match, ignoring remote certificate
Registering account
Verify each domain
Verifying tripster.nu
copying challenge token to /***/.well-known/acme-challenge/-_eh6w1_VmYcX0ECYgr_qy1ukDJZnhJWd74CGPFcFYw
getssl: for some reason could not reach http://tripster.nu/.well-known/acme-challenge/-_eh6w1_VmYcX0ECYgr_qy1ukDJZnhJWd74CGPFcFYw - please check it manually
My web server is (include version):
nginx version: nginx/1.13.3
TLS SNI support enabled
I can login to a root shell on my machine (yes or no, or I don’t know):
yes