Automatic Build System
6f405a8866
aarch64: dereference symlinks in /boot/dtb to fix installation on FAT /boot set CONFIG_MODULE_SIG_SHA512=y and install signing key x86_64: set CONFIG_KERNEL_ZSTD=y [release 6.6.67-1mamba;Sat Dec 21 2024]
17 lines
347 B
Plaintext
17 lines
347 B
Plaintext
[ req ]
|
|
default_bits = 4096
|
|
distinguished_name = req_distinguished_name
|
|
prompt = no
|
|
x509_extensions = myexts
|
|
|
|
[ req_distinguished_name ]
|
|
O = openmamba
|
|
CN = openmamba kernel signing key
|
|
emailAddress = info@openmamba.org
|
|
|
|
[ myexts ]
|
|
basicConstraints=critical,CA:FALSE
|
|
keyUsage=digitalSignature
|
|
subjectKeyIdentifier=hash
|
|
authorityKeyIdentifier=keyid
|