How to create an ssl certificate and attach it to ...
# general
c
How to create an ssl certificate and attach it to a domain? My gcloud command I want to perform via pulumi is:
Copy code
gcloud compute ssl-certificates create $CERT_NAME \
 --domains=${SUBDOMAIN}.<http://aviral.io|aviral.io>
I can see the documentation for SSLCert but can't see the domain field in there. https://www.pulumi.com/registry/packages/gcp/api-docs/compute/sslcertificate/#inputs