openvpn/sample/sample-keys
David Sommerseth 61da0031b2 git: Merge .gitignore files into a single file
We already track a lot of files over the whole directory structure
in the main .gitignore file.  But a few additional ones had been
added into some of the subdirectories.

This unifies all these files into a master file for the whole project,
making it easier to know where to look at and edit if changes needs
to be done.

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Steffan Karger <steffan@karger.me>
Message-Id: <20170120210457.3383-1-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13916.html
Signed-off-by: David Sommerseth <davids@openvpn.net>
(cherry picked from commit d14b3c60c7)
2017-01-23 00:58:36 +01:00
..
ca.crt Modernize sample keys and sample configs 2014-11-23 19:29:06 +01:00
ca.key Modernize sample keys and sample configs 2014-11-23 19:29:06 +01:00
client-ec.crt Modernize sample keys and sample configs 2014-11-23 19:29:06 +01:00
client-ec.key Modernize sample keys and sample configs 2014-11-23 19:29:06 +01:00
client-pass.key Modernize sample keys and sample configs 2014-11-23 19:29:06 +01:00
client.crt Modernize sample keys and sample configs 2014-11-23 19:29:06 +01:00
client.key Modernize sample keys and sample configs 2014-11-23 19:29:06 +01:00
client.p12 Modernize sample keys and sample configs 2014-11-23 19:29:06 +01:00
dh2048.pem Modernize sample keys and sample configs 2014-11-23 19:29:06 +01:00
gen-sample-keys.sh Add a revoked cert to the sample keys 2016-10-28 14:43:06 +02:00
openssl.cnf Modernize sample keys and sample configs 2014-11-23 19:29:06 +01:00
README Modernize sample keys and sample configs 2014-11-23 19:29:06 +01:00
server-ec.crt Modernize sample keys and sample configs 2014-11-23 19:29:06 +01:00
server-ec.key Modernize sample keys and sample configs 2014-11-23 19:29:06 +01:00
server.crt Modernize sample keys and sample configs 2014-11-23 19:29:06 +01:00
server.key Modernize sample keys and sample configs 2014-11-23 19:29:06 +01:00

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