hi folks, i’m following along with kubernetes the hard way, and just got to the point where they provision a certificate authority… i’m trying to figure out whether i can do that in pulumi-- i came across the [tls provider][], but i’m not quite sure where to go from there…
[tls provider]: https://www.pulumi.com/registry/packages/tls
q
quiet-wolf-18467
02/04/2022, 9:41 AM
You need to create a PrivateKey with that package and then a SelfSignedCertificate
SelfSignedCertificates can be configured to be a CA
I've done this before for Kubernetes. Let me find you a link