Skip to content

Instantly share code, notes, and snippets.

@leshibily
leshibily / ca-certificate.ts
Created April 6, 2021 15:10
Pulumi TLS CA Certificate
/*
Copyright (c) 2020 StreamNative. All rights reserved.
This work is licensed under the terms of the MIT license.
For a copy, see <https://opensource.org/licenses/MIT>.
*/
import * as pulumi from "@pulumi/pulumi";
import * as tls from "@pulumi/tls";
/**