server.cnf 547 B

12345678910111213141516171819
  1. [ req ]
  2. default_bits = 1024
  3. days = 3650
  4. distinguished_name = req_distinguished_name
  5. attributes = req_attributes
  6. prompt = no
  7. [ req_distinguished_name ]
  8. C = US
  9. ST = CA
  10. L = Oakland
  11. O = request
  12. OU = testing
  13. CN = testing.request.mikealrogers.com
  14. emailAddress = mikeal@mikealrogers.com
  15. [ req_attributes ]
  16. challengePassword = password challenge