GCP - Verify Google SSL certificates

紀錄 Google 自行管理 SSL 憑證時的驗證方式

在架設 GCP HTTPS 時遇到的小坑

 

 

先看看你現在有哪些憑證,如果沒有就先手動建立好吧~

gcloud compute target-https-proxies list

 

找到 Name 之後進行驗證

gcloud compute target-https-proxies describe TARGET_HTTPS_PROXY_NAME --global --format="get(sslCertificates)"

 

過一陣子查詢一下憑證就會亮綠燈

 

 

REF

https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs

 

 

有勘誤之處,不吝指教。ob'_'ov