diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-11-25 23:19:29 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-11-25 23:19:29 +0100 |
commit | d02a647cda48441ab0f6f1c5d00d5b3fdb74b691 (patch) | |
tree | 6ab7e280385da7b9d7bb8fc720282ceeb15f8d23 /main/openvpn/sample/sample-keys/README | |
parent | bd7c4e1bfec496255522b38c490d795badcf954f (diff) |
Update OpenVPN to -master
--HG--
extra : rebase_source : cc844ae1a812fce0244f7e381fcee8c2db7e8bc2
Diffstat (limited to 'main/openvpn/sample/sample-keys/README')
-rw-r--r-- | main/openvpn/sample/sample-keys/README | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/main/openvpn/sample/sample-keys/README b/main/openvpn/sample/sample-keys/README index 9f4f9187..66dd9454 100644 --- a/main/openvpn/sample/sample-keys/README +++ b/main/openvpn/sample/sample-keys/README @@ -1,14 +1,19 @@ 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 -client.{crt,key} -- sample client key/cert -server.{crt,key} -- sample server key/cert (nsCertType=server) -pass.{crt,key} -- sample client key/cert with password-encrypted key - password = "password" -ec-*.{crt,key} -- sample elliptic curve variants of the above +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 |