README 737 B

12345678910111213141516171819
  1. Sample RSA and EC keys.
  2. Run ./gen-sample-keys.sh to generate fresh test keys.
  3. See the examples section of the man page for usage examples.
  4. NOTE: THESE KEYS ARE FOR TESTING PURPOSES ONLY.
  5. DON'T USE THEM FOR ANY REAL WORK BECAUSE
  6. THEY ARE TOTALLY INSECURE!
  7. ca.{crt,key} -- sample CA key/cert
  8. server.{crt,key} -- sample server key/cert
  9. client.{crt,key} -- sample client key/cert
  10. client-pass.key -- sample client key with password-encrypted key
  11. password = "password"
  12. client.p12 -- sample client pkcs12 bundle
  13. password = "password"
  14. client-ec.{crt,key} -- sample elliptic curve client key/cert
  15. server-ec.{crt,key} -- sample elliptic curve server key/cert