default_x509.genkey 407 B

1234567891011121314151617
  1. [ req ]
  2. default_bits = 4096
  3. distinguished_name = req_distinguished_name
  4. prompt = no
  5. string_mask = utf8only
  6. x509_extensions = myexts
  7. [ req_distinguished_name ]
  8. #O = Unspecified company
  9. CN = Build time autogenerated kernel key
  10. #emailAddress = [email protected]
  11. [ myexts ]
  12. basicConstraints=critical,CA:FALSE
  13. keyUsage=digitalSignature
  14. subjectKeyIdentifier=hash
  15. authorityKeyIdentifier=keyid