openvpn/sample/sample-keys
Steffan Karger cdbd56ceea Add an elliptic curve testing cert chain to the sample keys
Signed-off-by: Steffan Karger <steffan@karger.me>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <1398293018-8581-3-git-send-email-steffan@karger.me>
URL: http://article.gmane.org/gmane.network.openvpn.devel/8601
Signed-off-by: Gert Doering <gert@greenie.muc.de>
2014-04-25 19:39:40 +02:00
..
ca.crt build: standard directory layout 2012-03-22 22:07:08 +01:00
ca.key build: standard directory layout 2012-03-22 22:07:08 +01:00
client.crt build: standard directory layout 2012-03-22 22:07:08 +01:00
client.key build: standard directory layout 2012-03-22 22:07:08 +01:00
dh1024.pem build: standard directory layout 2012-03-22 22:07:08 +01:00
ec-ca.crt Add an elliptic curve testing cert chain to the sample keys 2014-04-25 19:39:40 +02:00
ec-ca.key Add an elliptic curve testing cert chain to the sample keys 2014-04-25 19:39:40 +02:00
ec-client.crt Add an elliptic curve testing cert chain to the sample keys 2014-04-25 19:39:40 +02:00
ec-client.key Add an elliptic curve testing cert chain to the sample keys 2014-04-25 19:39:40 +02:00
ec-server.crt Add an elliptic curve testing cert chain to the sample keys 2014-04-25 19:39:40 +02:00
ec-server.key Add an elliptic curve testing cert chain to the sample keys 2014-04-25 19:39:40 +02:00
pass.crt build: standard directory layout 2012-03-22 22:07:08 +01:00
pass.key build: standard directory layout 2012-03-22 22:07:08 +01:00
pkcs12.p12 build: standard directory layout 2012-03-22 22:07:08 +01:00
README Add an elliptic curve testing cert chain to the sample keys 2014-04-25 19:39:40 +02:00
server.crt build: standard directory layout 2012-03-22 22:07:08 +01:00
server.key build: standard directory layout 2012-03-22 22:07:08 +01:00

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