3

I'm using Google Kubenetes Engine and I put an SSL certificate on my Ingress using Google-managed certificates I've discovered I can view the certificate using this command:

gcloud beta compute ssl-certificates describe certificate-name

However that doesn't show the private key of the certificate. Is there any way I can get the private key?

Toby 1 Kenobi
  • 287
  • 2
  • 13

1 Answers1

6

No. From the documentation:

Note: Your private key is stored securely at Google and cannot be viewed.

John Mahowald
  • 32,050
  • 2
  • 19
  • 34