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

GetCertificateAuthorityCertificateResponse

import type { GetCertificateAuthorityCertificateResponse } from "https://aws-api.deno.dev/v0.4/services/acmpca.ts?docs=full";
interface GetCertificateAuthorityCertificateResponse {
Certificate?: string | null;
CertificateChain?: string | null;
}

§Properties

§
Certificate?: string | null
[src]

Base64-encoded certificate authority (CA) certificate.

§
CertificateChain?: string | null
[src]

Base64-encoded certificate chain that includes any intermediate certificates and chains up to root certificate that you used to sign your private CA certificate. The chain does not include your private CA certificate. If this is a root CA, the value will be null.