Documentation ¶
Overview ¶
Package database generates SecureBoot auto-enrollment database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
Entry is a UEFI database entry.
func Generate ¶
func Generate(enrolledCertificate []byte, signer pesign.CertificateSigner, opts ...Option) ([]Entry, error)
Generate generates a UEFI database to enroll the signing certificate.
ref: https://blog.hansenpartnership.com/the-meaning-of-all-the-uefi-keys/
type Option ¶ added in v1.8.0
type Option func(*Options)
Option is a functional option for Generate.
func IncludeWellKnownCertificates ¶ added in v1.8.0
IncludeWellKnownCertificates is an option to include well-known certificates.
Click to show internal directories.
Click to hide internal directories.