12345678910111213141516171819 |
- 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}
- server.{crt,key}
- client.{crt,key}
- client-pass.key
- password = "password"
- client.p12
- password = "password"
- client-ec.{crt,key}
- server-ec.{crt,key}
|