We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8553ae3 commit 73cd4dbCopy full SHA for 73cd4db
https-server/start.sh
@@ -27,7 +27,7 @@ openssl genrsa \
27
openssl req \
28
-new \
29
-key ${server_private_key_path} \
30
- -subj "/" \
+ -subj "/O=MITM HTTPS SERVER" \
31
| openssl x509 \
32
-req \
33
-CAkey ${root_private_key_path} \
0 commit comments