summaryrefslogtreecommitdiffstats
path: root/contrib/openssl/gen-keys.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/openssl/gen-keys.sh')
-rwxr-xr-xcontrib/openssl/gen-keys.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/openssl/gen-keys.sh b/contrib/openssl/gen-keys.sh
index f4b8402..0691a2b 100755
--- a/contrib/openssl/gen-keys.sh
+++ b/contrib/openssl/gen-keys.sh
@@ -1,3 +1,8 @@
#!/bin/bash
-openssl req -x509 -sha256 -nodes -newkey rsa:4096 -keyout uscxml.key -out uscxml.cert \ No newline at end of file
+#
+# HTTPS support via keypairs:
+# uscxml-browser --private-key=uscxml.key --public-key=uscxml.pub
+#
+
+openssl req -x509 -sha256 -nodes -newkey rsa:4096 -keyout uscxml.key -out uscxml.pub \ No newline at end of file