summaryrefslogtreecommitdiffstats
path: root/tests/pytests/certs/tt-certgen.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtests/pytests/certs/tt-certgen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/pytests/certs/tt-certgen.sh b/tests/pytests/certs/tt-certgen.sh
new file mode 100755
index 0000000..b6b3d7f
--- /dev/null
+++ b/tests/pytests/certs/tt-certgen.sh
@@ -0,0 +1,4 @@
+# !/bin/sh
+
+openssl req -config tt.conf -new -x509 -newkey rsa:2048 -nodes -keyout tt.key.pem -sha256 -out tt.cert.pem -days 20000
+