test.rootCA.conf 556 B

123456789101112131415161718
  1. [req]
  2. default_bits = 2048
  3. distinguished_name = req_distinguished_name
  4. attributes = req_attributes
  5. prompt = no
  6. output_password = mypass
  7. [req_distinguished_name]
  8. C = US
  9. ST = Test State or Province
  10. L = Test Locality
  11. O = Organization Name
  12. OU = Organizational Unit Name
  13. CN = Root CA Name
  14. emailAddress = test@email.address
  15. [req_attributes]
  16. challengePassword = 1234