Skip to main content

Command Palette

Search for a command to run...

GCP - Verify Google SSL certificates

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

Updated
1 min read
GCP - Verify Google SSL certificates
R

沒有天資聰穎,只是比別人花更多的時間沈浸在這世界裡。

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

在架設 GCP HTTPS 時遇到的小坑

1631111893.png

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

gcloud compute target-https-proxies list

找到 Name 之後進行驗證

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

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

1631112266.png

REF

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

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