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

SslCertificateSelfManagedSslCertificate

import type { SslCertificateSelfManagedSslCertificate } from "https://googleapis.deno.dev/v1/compute:v1.ts";

Configuration and status of a self-managed SSL certificate.

interface SslCertificateSelfManagedSslCertificate {
certificate?: string;
privateKey?: string;
}

§Properties

§
certificate?: string
[src]

A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.

§
privateKey?: string
[src]

A write-only private key in PEM format. Only insert requests will include this field.