summaryrefslogtreecommitdiff
path: root/test/keys/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/keys/README.md')
-rwxr-xr-xtest/keys/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/keys/README.md b/test/keys/README.md
index fb18aac1e..fa1684e83 100755
--- a/test/keys/README.md
+++ b/test/keys/README.md
@@ -1,9 +1,11 @@
# Test Keys and Certificates
This folder is dedicated to test keys and certificates provided in multiple formats.
-Primary use are language test suites and cross language tests.
+Primary use are unit test suites and cross language tests.
test/keys
+**The files in this directory must never be used on production systems.**
+
## SSL Keys and Certificates
@@ -22,6 +24,7 @@ we use the following parameters for test key and certificate creation
openssl req -new -x509 -nodes -days 3000 -out server.crt -keyout server.key
openssl x509 -in server.crt -text > CA.pem
+ cat server.crt server.key > server.pem
### create client key and certificate