Hey guys, how do you normally manage Certificates ...
# azure
g
Hey guys, how do you normally manage Certificates through Pulumi? I find it weird that the response from
AzureNative.Web.GetCertificate.InvokeAsync
is not coming with the PfxBlob populated, which makes it impossible for me to regenerate the CertificateArgs properly, resulting in pulumi finding a diff where it shouldn't. I don't think this is necessarily an issue with Pulumi as I've tested getting the certificate using Postman and it also comes back without the pfxBlob populated...so I'm just wondering now how I should go about this.