This message was deleted.
# general
s
This message was deleted.
w
So - you can actually do this "manually" without needing
aws.acm
or anything provider-specific - but it means passing in raw certificate details, which must then be manually managed and rotated. See https://github.com/pulumi/pulumi-cloud/blob/master/api/api.ts#L277-L295. Note that you'll want to use Pulumi's
pulumi config --secret
to store these as encrypted secrets in external configuration. We're really interested in finding ways to do a higher-level abstraction over managed certificate management services - if you have thoughts on this definitely interested in discussing here or in GitHub issues!
s
Thank you!