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.

20 lines
484 B

  1. req_extensions = v3_req
  2. distinguished_name = req_distinguished_name
  3. [req_distinguished_name]
  4. [ v3_req ]
  5. basicConstraints = CA:FALSE
  6. keyUsage = digitalSignature, keyEncipherment
  7. [ ssl_client ]
  8. extendedKeyUsage = clientAuth, serverAuth
  9. basicConstraints = CA:FALSE
  10. subjectKeyIdentifier=hash
  11. authorityKeyIdentifier=keyid,issuer
  12. [ v3_ca ]
  13. basicConstraints = CA:TRUE
  14. keyUsage = cRLSign, digitalSignature, keyCertSign
  15. subjectKeyIdentifier=hash
  16. authorityKeyIdentifier=keyid:always,issuer