onvif
    Preparing search index...

    Interface CreateCertificate

    interface CreateCertificate {
        certificateID?: string;
        subject?: string;
        validNotAfter?: Date;
        validNotBefore?: Date;
    }
    Index
    certificateID?: string

    Certificate id.

    subject?: string

    Identification of the entity associated with the public-key.

    validNotAfter?: Date

    Certificate expiry start date.

    validNotBefore?: Date

    Certificate validity start date.