diff options
Diffstat (limited to 'ics-openvpn-stripped/main/openvpn/sample/sample-keys/README')
-rw-r--r-- | ics-openvpn-stripped/main/openvpn/sample/sample-keys/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ics-openvpn-stripped/main/openvpn/sample/sample-keys/README b/ics-openvpn-stripped/main/openvpn/sample/sample-keys/README new file mode 100644 index 00000000..9f4f9187 --- /dev/null +++ b/ics-openvpn-stripped/main/openvpn/sample/sample-keys/README @@ -0,0 +1,14 @@ +Sample RSA and EC 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 |