You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
580 B

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