Update entrypoint_nginx.sh

pull/1/head
Sean Whalen 2020-02-24 19:25:58 -05:00 committed by GitHub
parent 19a634763d
commit 8d928399e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ init_ssl() {
(! -f /etc/ssl/key.pem) ]]; then
cd /etc/ssl
openssl req -x509 -subj '/CN=localhost' -nodes -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365
cp cert.pem chain.pem
fi
}