Stay organized with collections
Save and categorize content based on your preferences.
Update certificate authorities
This page explains how you can update the configuration for a certificate
authority (CA).
Update labels on a CA
Console
In the Google Cloud console, go to the Certificate authorities page.
Go to Certificate authorities
Under Certificate authorities, pick your target CA.
- In the Summary section, click Edit.
- Click Add labels.
- In the panel on the right side, click Add Item.
- Add the Key and Value for your label.
- Click Save.
gcloud
gcloud privateca roots update CA_NAME --location LOCATION --pool POOL_NAME --update-labels foo=bar
Where:
- CA_NAME: the unique identifier of the CA.
- LOCATION: the location of the certificate authority.
- POOL_NAME: the unique identifier of the CA pool.
--update-labels
flag mentions the key-value pairs to update.
For more information about the gcloud privateca roots update
command, see
gcloud privateca roots
update.
What's next
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-05 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["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."]]],[]]