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 Authority Service page.
Under CAs, 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 --pool POOL_NAME --update-labels foo=bar
Where:
- CA_NAME is the unique identifier of the CA.
- POOL_NAME is 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.