onvif
    Preparing search index...

    Interface CreatePKCS10CSR

    interface CreatePKCS10CSR {
        CSRAttribute?: CSRAttribute[];
        keyID: string;
        signatureAlgorithm: AlgorithmIdentifier;
        subject: DistinguishedName;
    }
    Index
    CSRAttribute?: CSRAttribute[]

    An attribute to be included in the CSR.

    keyID: string

    The ID of the key for which the CSR shall be created.

    signatureAlgorithm: AlgorithmIdentifier

    The signature algorithm to be used to sign the CSR.

    The subject to be included in the CSR.