We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a13c08 commit 81e4a7dCopy full SHA for 81e4a7d
self-signed-cert-for-localhost
@@ -0,0 +1,4 @@
1
+openssl req -x509 -out localhost.crt -keyout localhost.key \
2
+ -newkey rsa:2048 -nodes -sha256 \
3
+ -subj '/CN=localhost' -extensions EXT -config <( \
4
+ printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth")
0 commit comments