Uss.cnf 890 B

123456789101112131415161718192021222324252627282930313233343536
  1. CN2 = Brother 2
  2. ####################################################################
  3. [ req ]
  4. default_bits = 2048
  5. default_keyfile = keySS.pem
  6. distinguished_name = req_distinguished_name
  7. encrypt_rsa_key = no
  8. default_md = sha256
  9. prompt = no
  10. [ req_distinguished_name ]
  11. countryName = AU
  12. organizationName = Dodgy Brothers
  13. 0.commonName = Brother 1
  14. 1.commonName = $ENV::CN2
  15. [ v3_ee ]
  16. subjectKeyIdentifier=hash
  17. authorityKeyIdentifier=keyid,issuer:always
  18. basicConstraints = CA:false
  19. keyUsage = nonRepudiation, digitalSignature, keyEncipherment
  20. [ v3_ee_dsa ]
  21. subjectKeyIdentifier=hash
  22. authorityKeyIdentifier=keyid:always
  23. basicConstraints = CA:false
  24. keyUsage = nonRepudiation, digitalSignature
  25. [ v3_ee_ec ]
  26. subjectKeyIdentifier=hash
  27. authorityKeyIdentifier=keyid:always
  28. basicConstraints = CA:false
  29. keyUsage = nonRepudiation, digitalSignature, keyAgreement