-
Notifications
You must be signed in to change notification settings - Fork 3
Init script failure #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Does that file exist? |
Nope. I don't understand if it has something to do with letsencrypt or
nginx..
…On Apr 21, 2017 5:54 PM, "Glen Arrowsmith" ***@***.***> wrote:
Does that file exist?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWTt7MZubC-DD-0y9g5vwc4Jie2qgzXXks5rySWhgaJpZM4NDHa9>
.
|
Looks like its a bug on my end. Remove the lines from your /etc/nginx/sites-available/lambapp.space.conf
Unless of course you've created your letsencrypt certs already where you should change them to point to wherever you have put your certificates. I had assumed they were put in |
Oh it may not be a bug in your end then. I had only run the init script
alone. Didn't set up anything else. Maybe I should read your readme fully
again and determine if I need to smarten up on some things.
…On Apr 23, 2017 4:54 PM, "Glen Arrowsmith" ***@***.***> wrote:
Looks like its a bug on my end.
Remove the lines from your /etc/nginx/sites-available/lambapp.space.conf
ssl_certificate %DOMAIN%.chained.pem;
ssl_certificate_key %DOMAIN%.private.pem;
Unless of course you've created your letsencrypt certs already where you
should change them to point to wherever you have put your certificates. I
had assumed they were put in /etc/nginx/%DOMAIN%.chained.pem and
/etc/nginx/%DOMAIN%.private.pem
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWTt7NdaXJOF_rMASKbDUMNSUGIjxvVPks5ry7qfgaJpZM4NDHa9>
.
|
No its my fault. I was halfway through adding support for letsencrypt but didn't finish. I didnt think anyone else was using this though. I'll be rebuilding some webservers in about 2 weeks so I'll have it all working then. |
Ok cool. Yeah I just discovered it and think it's awesome. Even the mean
stack doesn't really do everything. Your script is more comprehensive.
…On Apr 24, 2017 8:25 PM, "Glen Arrowsmith" ***@***.***> wrote:
No its my fault. I was halfway through adding support for letsencrypt but
didn't finish. I didnt think anyone else was using this though. I'll be
rebuilding some webservers in about 2 weeks so I'll have it all working
then.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWTt7GaaCdhsqk2wfv4QjlkiNx5m9NaDks5rzT1ggaJpZM4NDHa9>
.
|
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'.
The text was updated successfully, but these errors were encountered: