add kernel-almalinux
This commit is contained in:
parent
4397b25198
commit
2da5e5740d
70 changed files with 168086 additions and 0 deletions
16
my-ostree-os/kernel-almalinux/x509.genkey.centos
Normal file
16
my-ostree-os/kernel-almalinux/x509.genkey.centos
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[ req ]
|
||||
default_bits = 3072
|
||||
distinguished_name = req_distinguished_name
|
||||
prompt = no
|
||||
x509_extensions = myexts
|
||||
|
||||
[ req_distinguished_name ]
|
||||
O = The CentOS Project
|
||||
CN = CentOS Stream kernel signing key
|
||||
emailAddress = security@centos.org
|
||||
|
||||
[ myexts ]
|
||||
basicConstraints=critical,CA:FALSE
|
||||
keyUsage=digitalSignature
|
||||
subjectKeyIdentifier=hash
|
||||
authorityKeyIdentifier=keyid
|
||||
Loading…
Add table
Add a link
Reference in a new issue