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

CsrExtensions

import type { CsrExtensions } from "https://aws-api.deno.dev/v0.4/services/acmpca.ts?docs=full";

Describes the certificate extensions to be added to the certificate signing request (CSR).

interface CsrExtensions {
KeyUsage?: KeyUsage | null;
SubjectInformationAccess?: AccessDescription[] | null;
}

§Properties

§
KeyUsage?: KeyUsage | null
[src]

Indicates the purpose of the certificate and of the key contained in the certificate.

§
SubjectInformationAccess?: AccessDescription[] | null
[src]

For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy. For more information, see Subject Information Access in RFC 5280.