透過集合功能整理內容
你可以依據偏好儲存及分類內容。
更新憑證授權單位
本頁說明如何更新憑證授權單位 (CA) 的設定。
更新 CA 的標籤
控制台
前往 Google Cloud 控制台的「憑證授權單位」頁面。
前往「憑證授權單位」
在「憑證授權單位」下方,選擇目標 CA。
- 在「摘要」部分中,按一下「編輯」。
- 按一下「新增標籤」。
- 在右側面板中,按一下「新增項目」。
- 新增標籤的「Key」(鍵) 和「Value」(值)。
- 按一下 [儲存]。
gcloud
gcloud privateca roots update CA_NAME --location LOCATION --pool POOL_NAME --update-labels foo=bar
其中:
- CA_NAME:CA 的專屬 ID。
- LOCATION:憑證授權單位的所在地。
- POOL_NAME:CA 集區的專屬 ID。
--update-labels
標記會提及要更新的鍵/值組合。
如要進一步瞭解 gcloud privateca roots update
指令,請參閱 gcloud privateca roots update。
後續步驟
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-14 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-14 (世界標準時間)。"],[[["This guide explains the process of updating the configuration for a certificate authority (CA)."],["You can update labels on a CA through the Google Cloud console by navigating to the Certificate authorities page, selecting your target CA, and editing the labels in the Summary section."],["The gcloud command `gcloud privateca roots update` can be used to update labels on a CA, specifying the CA name, location, pool name, and key-value pairs for the updated labels."],["The required parameters for the `gcloud` command include the CA's unique identifier (`CA_NAME`), its location (`LOCATION`), the CA pool's identifier (`POOL_NAME`), and the `--update-labels` flag."]]],[]]