Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ClientCertAuthSettings

import type { ClientCertAuthSettings } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";

Contains information about the client certificate authentication settings for the RegisterCertificate and DescribeCertificate operations.

interface ClientCertAuthSettings {
OCSPUrl?: string | null;
}

§Properties

§
OCSPUrl?: string | null
[src]

Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.