qcom_x509.genkey 448 B

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