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
commit daa71764b6
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"