summaryrefslogtreecommitdiff
path: root/main/openvpn/sample/sample-keys/README
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2015-04-15 00:17:26 +0200
committerArne Schwabe <arne@rfc2549.org>2015-04-15 00:20:23 +0200
commitc3ae4aaac9f0b168aed063d3e86c5196608eaba1 (patch)
tree1a18e7d8751d4dd3682d82d12c8441b335112984 /main/openvpn/sample/sample-keys/README
parent5e42114d22faefe7c272b1b498fdf5640da494c7 (diff)
Move more to git, add submodules, fix build script, change hgignore to gitignore
Diffstat (limited to 'main/openvpn/sample/sample-keys/README')
m---------main/openvpn0
-rw-r--r--main/openvpn/sample/sample-keys/README19
2 files changed, 0 insertions, 19 deletions
diff --git a/main/openvpn b/main/openvpn
new file mode 160000
+Subproject 7aaf01766f9718375986600216607aeb6397200
diff --git a/main/openvpn/sample/sample-keys/README b/main/openvpn/sample/sample-keys/README
deleted file mode 100644
index 66dd9454..00000000
--- a/main/openvpn/sample/sample-keys/README
+++ /dev/null
@@ -1,19 +0,0 @@
-Sample RSA and EC keys.
-
-Run ./gen-sample-keys.sh to generate fresh test keys.
-
-See the examples section of the man page for usage examples.
-
-NOTE: THESE KEYS ARE FOR TESTING PURPOSES ONLY.
- DON'T USE THEM FOR ANY REAL WORK BECAUSE
- THEY ARE TOTALLY INSECURE!
-
-ca.{crt,key} -- sample CA key/cert
-server.{crt,key} -- sample server key/cert
-client.{crt,key} -- sample client key/cert
-client-pass.key -- sample client key with password-encrypted key
- password = "password"
-client.p12 -- sample client pkcs12 bundle
- password = "password"
-client-ec.{crt,key} -- sample elliptic curve client key/cert
-server-ec.{crt,key} -- sample elliptic curve server key/cert