Trying to set up SSL for http://www.codymi.ms/ and I get this ProcessError:
Message: Command failed: /bin/sh -c sudo -S -p ‘#node-sudo-passwd#’ /etc/letsencrypt/acme.sh --issue --home /etc/letsencrypt --domain codymi.ms --webroot /var/www/ghost/system/nginx-root --reloadcmd “nginx -s reload” --accountemail [redacted]
[Mon Nov 11 01:02:32 MST 2019] codymi.ms:Verify error:Invalid response from http://codymi.ms/.well-known/acme-challenge/h3ppt4_TXjL2Y13jIedQQYv0V8pp4NXvtDszS_h3nDI [45.79.47.115]:
[Mon Nov 11 01:02:32 MST 2019] Please add ‘–debug’ or ‘–log’ to check more details.
[Mon Nov 11 01:02:32 MST 2019] See: How to debug acme.sh · acmesh-official/acme.sh Wiki · GitHub[Mon Nov 11 01:02:28 MST 2019] Single domain=‘codymi.ms’
[Mon Nov 11 01:02:28 MST 2019] Getting domain auth token for each domain
[Mon Nov 11 01:02:29 MST 2019] Getting webroot for domain=‘codymi.ms’
[Mon Nov 11 01:02:29 MST 2019] Verifying: codymi.msExit code: 1
Debug Information:
OS: Ubuntu, v18.04.3 LTS
Node Version: v10.17.0
Ghost Version: 3.0.2
Ghost-CLI Version: 1.13.1
Environment: production
Command: ‘ghost setup ssl --debug’
I currently don’t have anything at codymi.ms/ghost/ and I suspect it’s because I don’t have SSL so any help would be appreciated.