CertAuthorityOcspTlsTrustedCommonName: {
    certAuthorityName?: string;
    ocspTlsTrustedCommonName?: string;
}

Type declaration

  • Optional certAuthorityName?: string

    The name of the Certificate Authority. Deprecated since 2.19. Replaced by clientCertAuthorities.

  • Optional ocspTlsTrustedCommonName?: string

    The expected Trusted Common Name of the OCSP responder remote certificate. Deprecated since 2.19. Replaced by clientCertAuthorities.