I’m saying I’m confused why did I have 3 files in my certs directory when using sslforfree and letsencrypt only gives me one certificate to download and seemingly I’m supposed to rename
letsencrypt lets me download domain-csr.txt if i just rename it certificate.crt and leave my other two files ca_bundle.crt and private.key in the folder ?
nginx:
Nginx Web Server plugin
--nginx-server-root NGINX_SERVER_ROOT
Nginx server root directory. (default: /etc/nginx or
/usr/local/etc/nginx)
--nginx-ctl NGINX_CTL
Path to the 'nginx' binary, used for 'configtest' and
retrieving nginx version number. (default: nginx)
Visible Content: The page you were looking for doesn't exist. You may have mistyped the address or the page may have moved. If you are the application owner check the logs for more information.
Visible Content: The page you were looking for doesn't exist. You may have mistyped the address or the page may have moved. If you are the application owner check the logs for more information.
Normally, this isn't a problem.
But http uses
Server: nginx/1.14.0
https sends
Server: nginx/1.14.0 + Phusion Passenger 5.3.4
Perhaps create an exception, so /.well-known/acme-challenge isn't redirected to https.
It may work, but it's possible that this "Phusion Passenger 5.3.4" ignores the validation file.
Sorry, use it where? I was trying to install software-properties-common So far I’m stuck there and sudo apt-get install software-properties-common --nginx-server-root=/opt/nginx/sbin returns the error E: Command line option --nginx-server-root=/opt/nginx/sbin is not understood in combination with the other options
nginx: [emerg] unknown directive “passenger_root” in /opt/nginx/conf/nginx.conf:20
nginx: configuration file /opt/nginx/conf/nginx.conf test failed
The nginx plugin is not working; there may be problems with your existing configuration.
The error was: MisconfigurationError(‘Error while running nginx -c /opt/nginx/conf/nginx.conf -t.\n\nnginx: [emerg] unknown directive “passenger_root” in /opt/nginx/conf/nginx.conf:20\nnginx: configuration file /opt/nginx/conf/nginx.conf test failed\n’,)
If I run certbot --nginx without any options it says “No names were found in your configuration files. Please enter in your domain …” That’s no good I’d rather have it always pick them up from my nginx.conf file
I ran this command in terminal and it’s still running for 1 1/2 hours sudo certbot certonly --webroot -w /home/fugee/websites/kingbiscuitblues/public -d *.kingbiscuitblues.com -d kingbiscuitblues.com … (more sites here)