-
Notifications
You must be signed in to change notification settings - Fork 3
Description
After running the init script I get the below message:
It seems to have to do with this line in particular
nginx: [emerg] BIO_new_file("/etc/nginx/lambapp.space.chained.pem") failed
$ systemctl status nginx.service
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2017-04-20 14:17:41 UTC; 18s ago
Process: 9713 ExecStop=/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile /run/nginx.pid (code=exite
Process: 9718 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=1/FAILURE)
Main PID: 8410 (code=exited, status=0/SUCCESS)
Apr 20 14:17:41 lambapp systemd[1]: Starting A high performance web server and a reverse proxy server...
Apr 20 14:17:41 lambapp nginx[9718]: nginx: [emerg] BIO_new_file("/etc/nginx/lambapp.space.chained.pem") failed (SS
Apr 20 14:17:41 lambapp nginx[9718]: nginx: configuration file /etc/nginx/nginx.conf test failed
Apr 20 14:17:41 lambapp systemd[1]: nginx.service: Control process exited, code=exited status=1
Apr 20 14:17:41 lambapp systemd[1]: Failed to start A high performance web server and a reverse proxy server.
Apr 20 14:17:41 lambapp systemd[1]: nginx.service: Unit entered failed state.
Apr 20 14:17:41 lambapp systemd[1]: nginx.service: Failed with result 'exit-code'.