summaryrefslogtreecommitdiffstats
path: root/contrib/openssl/gen-keys.sh
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-05-30 19:10:39 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-05-30 19:10:39 (GMT)
commitca31d356e44e19649eeb8340eb1451ea3f477cfa (patch)
tree50651a664c6c463d0921b15e90464b289118f922 /contrib/openssl/gen-keys.sh
parent91c81948221cac182e6f64a939983af2bb7a91b0 (diff)
downloaduscxml-ca31d356e44e19649eeb8340eb1451ea3f477cfa.zip
uscxml-ca31d356e44e19649eeb8340eb1451ea3f477cfa.tar.gz
uscxml-ca31d356e44e19649eeb8340eb1451ea3f477cfa.tar.bz2
Reintroduced HTTPS support
Diffstat (limited to 'contrib/openssl/gen-keys.sh')
-rwxr-xr-xcontrib/openssl/gen-keys.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/openssl/gen-keys.sh b/contrib/openssl/gen-keys.sh
new file mode 100755
index 0000000..f4b8402
--- /dev/null
+++ b/contrib/openssl/gen-keys.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+openssl req -x509 -sha256 -nodes -newkey rsa:4096 -keyout uscxml.key -out uscxml.cert \ No newline at end of file