0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 12:02:28 +02:00
openvpn/sample/sample-keys
David Sommerseth 05271322e7 Update copyrights
- Update the update-copyright script to include more contributors as well
  as correcting a few typos

- Correct a copyright address in the source code to now used address
  (dazo)

- Update copyright year to 2021

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20210609213231.22576-1-openvpn@sf.lists.topphemmelig.net>
URL: https://www.mail-archive.com/search?l=mid&q=20210609213231.22576-1-openvpn@sf.lists.topphemmelig.net
URL: https://sourceforge.net/p/openvpn/mailman/message/37299719/
Signed-off-by: Gert Doering <gert@greenie.muc.de>
2021-06-15 10:41:07 +02:00
..
ca.crt Modernize sample keys and sample configs 2014-11-15 17:45:10 +01:00
ca.key Modernize sample keys and sample configs 2014-11-15 17:45:10 +01:00
client-ec.crt Modernize sample keys and sample configs 2014-11-15 17:45:10 +01:00
client-ec.key Modernize sample keys and sample configs 2014-11-15 17:45:10 +01:00
client-pass.key Modernize sample keys and sample configs 2014-11-15 17:45:10 +01:00
client.crt Modernize sample keys and sample configs 2014-11-15 17:45:10 +01:00
client.key Modernize sample keys and sample configs 2014-11-15 17:45:10 +01:00
client.p12 Modernize sample keys and sample configs 2014-11-15 17:45:10 +01:00
dh2048.pem Modernize sample keys and sample configs 2014-11-15 17:45:10 +01:00
gen-sample-keys.sh Update copyrights 2021-06-15 10:41:07 +02:00
openssl.cnf Fix various spelling mistakes 2019-02-06 19:07:34 +01:00
README Modernize sample keys and sample configs 2014-11-15 17:45:10 +01:00
server-ec.crt Modernize sample keys and sample configs 2014-11-15 17:45:10 +01:00
server-ec.key Modernize sample keys and sample configs 2014-11-15 17:45:10 +01:00
server.crt Modernize sample keys and sample configs 2014-11-15 17:45:10 +01:00
server.key Modernize sample keys and sample configs 2014-11-15 17:45:10 +01:00
ta.key Use tls-auth in sample config files 2015-02-22 17:19:23 +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