Skip to content

Instantly share code, notes, and snippets.

@patmigliaccio
Created October 29, 2019 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patmigliaccio/6c57c20c0521e4fecc42efa773f9d7f8 to your computer and use it in GitHub Desktop.
Save patmigliaccio/6c57c20c0521e4fecc42efa773f9d7f8 to your computer and use it in GitHub Desktop.
patmigliaccio.com/lessons-ml-gcp 10/29/19
# Adds the converted origin certficate
gcloud compute ssl-certificates create ingress-cert \
--certificate ./certs/<DOMAIN>.pem \
--private-key ./certs/<DOMAIN>.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment