remove dummy cert references to Nginx Proxy Manager

Based on this issue: https://github.com/jc21/nginx-proxy-manager/issues/1024
This commit is contained in:
bmbvenom 2021-08-21 22:37:14 -07:00 committed by GitHub
parent 4f10d129c2
commit 320315956d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ then
-days 3650 \
-nodes \
-x509 \
-subj '/O=Nginx Proxy Manager/OU=Dummy Certificate/CN=localhost' \
-subj '/O=localhost/OU=localhost/CN=localhost' \
-keyout /data/nginx/dummykey.pem \
-out /data/nginx/dummycert.pem
echo "Complete"