Merge pull request #1338 from bmbvenom/patch-1

remove dummy cert references to Nginx Proxy Manager
This commit is contained in:
jc21
2021-08-23 08:52:01 +10:00
committed by GitHub

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"