summaryrefslogtreecommitdiff
path: root/ext/tls/testdata/README
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tls/testdata/README')
-rw-r--r--ext/tls/testdata/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/tls/testdata/README b/ext/tls/testdata/README
new file mode 100644
index 000000000..12046561c
--- /dev/null
+++ b/ext/tls/testdata/README
@@ -0,0 +1,4 @@
+
+openssl req -x509 -newkey rsa:2048 -nodes -keyout example2_prikey.pem -out example2_cert.der -subj "/C=US/ST=State/L=Locality/O=Organization/CN=example2.com" -outform der
+
+openssl pkey -in example2_prikey.pem -out example2_prikey.der -outform der