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.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