onvif
    Preparing search index...

    Interface UploadCertificate

    interface UploadCertificate {
        alias?: string;
        certificate: unknown;
        keyAlias?: string;
        privateKeyRequired?: boolean;
    }
    Index
    alias?: string

    The client-defined alias of the certificate.

    certificate: unknown

    The base64-encoded DER representation of the X.509 certificate to be uploaded.

    keyAlias?: string

    The client-defined alias of the key pair.

    privateKeyRequired?: boolean

    Indicates if the device shall verify that a matching key pair with a private key exists in the keystore.