MonoCloud Management SDK
    Preparing search index...

    Interface AddCertificateRevocationRequest

    Add Certificate Revocation Request: Represents a certificate revocation list (CRL) to be added to a trust store.

    AddCertificateRevocationRequest

    interface AddCertificateRevocationRequest {
        value: string;
    }
    Index

    Properties

    Properties

    value: string

    The certificate revocation list (CRL) in PEM format.

    AddCertificateRevocationRequest