buildahcker
    Preparing search index...

    Interface SecureBootOptions

    interface SecureBootOptions {
        apkCache: string;
        certOptions?: Record<SecureBootKeys, CertificateOptions>;
        containerCache: ContainerCache;
        defaultCertOptions?: CertificateOptions;
        efitoolsSource?: string;
        guid?: string;
        logger: Writable;
        opensslSource?: ImageOrContainer;
        outputDirectory: string;
    }
    Index

    Properties

    apkCache: string
    certOptions?: Record<SecureBootKeys, CertificateOptions>
    containerCache: ContainerCache
    defaultCertOptions?: CertificateOptions
    efitoolsSource?: string
    guid?: string
    logger: Writable
    opensslSource?: ImageOrContainer
    outputDirectory: string