cert-ext-joi.cfg 486 B

123456789101112131415161718192021
  1. [ req ]
  2. distinguished_name = req_distinguished_name
  3. prompt = no
  4. x509_extensions = constraints
  5. [ req_distinguished_name ]
  6. C = US
  7. ST = Montana
  8. L = Bozeman
  9. O = Sawtooth
  10. OU = Consulting
  11. CN = www.wolfssl.com
  12. emailAddress = info@wolfsssl.com
  13. jurisdictionC = US
  14. jurisdictionST = California
  15. [constraints]
  16. subjectKeyIdentifier=hash
  17. authorityKeyIdentifier=keyid:always,issuer:always
  18. basicConstraints=CA:TRUE