summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-05-30 20:46:05 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-05-30 20:46:05 (GMT)
commit1e84bbb24e8301ccfcf8ffd98f00447fa566c8a6 (patch)
treedd86f384ca2b01f4ce58487dbc1e0345b9dc8dc6
parent8be0f8669be9a224ad5754087fbe66296958c511 (diff)
downloaduscxml-1e84bbb24e8301ccfcf8ffd98f00447fa566c8a6.zip
uscxml-1e84bbb24e8301ccfcf8ffd98f00447fa566c8a6.tar.gz
uscxml-1e84bbb24e8301ccfcf8ffd98f00447fa566c8a6.tar.bz2
Be more explicit with key names in contrib
-rwxr-xr-xcontrib/openssl/gen-keys.sh7
-rw-r--r--contrib/openssl/uscxml.pub (renamed from contrib/openssl/uscxml.cert)0
2 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
diff --git a/contrib/openssl/uscxml.cert b/contrib/openssl/uscxml.pub
index 4dcf553..4dcf553 100644
--- a/contrib/openssl/uscxml.cert
+++ b/contrib/openssl/uscxml.pub