onvif
    Preparing search index...

    Interface CreateCertificationPath

    interface CreateCertificationPath {
        alias?: string;
        certificateIDs: CertificateIDs;
    }
    Index
    alias?: string

    The client-defined alias of the certification path.

    certificateIDs: CertificateIDs

    The IDs of the certificates to include in the certification path, where each certificate signature except for the last one in the path must be verifiable with the public key certified by the next certificate in the path.