New to AWS, but not to Pulumi. I am trying to crea...
# aws
m
New to AWS, but not to Pulumi. I am trying to create a Client VPN with
certificate-authentication
, but I am a bit unsure as to how to approach this? I assume I have to create a CA, and then have Pulumi create a cert from this? Or can I somehow upload a keypair created by Pulumi to ACM and use this with the Client VPN? Any pointers on how to do this with Pulumi would be greatly appreciated.