SSL certificates
Add SSL certificates to your virtual machines.
Last updated
Was this helpful?
Was this helpful?
curl -s -o /etc/ssl/certs/sandbox.crt -H "Metadata-Flavor: Google" \
"http://metadata.google.internal/computeMetadata/v1/instance/attributes/ssl-certificate"curl -s -o /etc/ssl/private/sandbox.key -H "Metadata-Flavor: Google" \
"http://metadata.google.internal/computeMetadata/v1/instance/attributes/ssl-certificate-key"