openssl.conf 350 B

1234567891011121314
  1. [ req ]
  2. prompt = no
  3. distinguished_name = req_distinguished_name
  4. req_extensions = req_extensions
  5. [ req_distinguished_name ]
  6. CN = test
  7. [ req_extensions ]
  8. # man x509v3_config
  9. basicConstraints = critical,CA:FALSE
  10. keyUsage = critical, digitalSignature, keyEncipherment, dataEncipherment
  11. nsComment = only for testing purposes
  12. subjectKeyIdentifier = hash