How to do it… [ req ]default_bits = 4096distinguished_name = req_distinguished_nameprompt = nostring_mask = utf8onlyx509_extensions = extensions[ req_distinguished_name ]O = Module Signing ExampleCN = Module Signing Example KeyemailAddress = [email protected][ extensions ]basicConstraints=critical,CA:FALSEkeyUsage=digitalSignatureextendedKeyUsage = codeSigningsubjectKeyIdentifier=hashauthorityKeyIdentifier=keyid You should edit the O, CN, and emailAddress fields to be more appropriate. Note that in the extensions section of the […]
Month: August 2021
Playing with Secure Boot – Exploring the Various Boot Options and Kernels in Oracle Linux
Playing with Secure Boot Secure Boot is an additional optional feature implemented in UEFI intended to help prevent malware execution during a boot process. To enable or disable Secure Boot, you need to access your specific UEFI setup program. This is different for each system manufacturer. Check your system documentation to see how to access […]