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.
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
- Learn how to manage the CA state.
- Learn how to delete CAs.