@kubevirt-ui/kubevirt-api
    Preparing search index...

    CertConfig contains the tunables for TLS certificates

    interface V1beta1CertConfig {
        duration?: string;
        renewBefore?: string;
    }
    Index

    Properties

    duration?: string

    The requested 'duration' (i.e. lifetime) of the Certificate.

    renewBefore?: string

    The amount of time before the currently issued certificate's notAfter time that we will begin to attempt to renew the certificate.