diff options
author | Parménides GV <parmegv@sdf.org> | 2014-08-02 10:52:28 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-08-02 10:52:28 +0200 |
commit | 4aedacdf92ab2fc08a1e39618761bc1eb96427d6 (patch) | |
tree | f000311e97598ab3fc42e2bea23e6cb342ad166c /ics-openvpn-stripped/main/openvpn/sample/sample-keys/README | |
parent | b28eeb08e8ec3baafdd9388cc5b70c6c84db9cf1 (diff) | |
parent | 0393ba6656ce6cf679a2c4663275b3ed0f1a34b9 (diff) |
Merge branch 'bug/There-are-two-different-notifications-#5794' into develop
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 |