x509.genkey.centos 361 B

12345678910111213141516
  1. [ req ]
  2. default_bits = 3072
  3. distinguished_name = req_distinguished_name
  4. prompt = no
  5. x509_extensions = myexts
  6. [ req_distinguished_name ]
  7. O = The CentOS Project
  8. CN = CentOS Stream kernel signing key
  9. emailAddress = [email protected]
  10. [ myexts ]
  11. basicConstraints=critical,CA:FALSE
  12. keyUsage=digitalSignature
  13. subjectKeyIdentifier=hash
  14. authorityKeyIdentifier=keyid