[PATCH v2] builddeb: Support signing kernels with the module signing key

2021-12-17 Thread Matthew Wilcox (Oracle)
If the config file specifies a signing key, use it to sign the kernel so that machines with SecureBoot enabled can boot. See https://wiki.debian.org/SecureBoot Signed-off-by: Matthew Wilcox (Oracle) --- v2: - Handle private keys stored in the pem file as well as adjacent to the certificate

[PATCH] builddeb: Support signing kernels with a Machine Owner Key

2021-10-13 Thread Matthew Wilcox (Oracle)
If the config file specifies a signing key, use it to sign the kernel so that machines with SecureBoot enabled can boot. See https://wiki.debian.org/SecureBoot Signed-off-by: Matthew Wilcox (Oracle) --- scripts/package/builddeb | 10 +- 1 file changed, 9 insertions(+), 1 deletion

[PATCH] builddeb: Support signing kernels with a Machine Owner Key

2021-05-06 Thread Matthew Wilcox (Oracle)
If the config file specifies a signing key, use it to sign the kernel so that machines with SecureBoot enabled can boot. See https://wiki.debian.org/SecureBoot Signed-off-by: Matthew Wilcox (Oracle) --- scripts/package/builddeb | 10 +- 1 file changed, 9 insertions(+), 1 deletion