blob: 9f4f91871f16b92ce54762306aa8aab0167512ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|