Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Atualizar autoridades certificadoras
Esta página explica como atualizar a configuração de uma autoridade
de certificação (CA).
Atualizar rótulos em uma AC
Console
No console Google Cloud , acesse a página Autoridades certificadoras.
Acesse Autoridades certificadoras
Em Autoridades de certificação, escolha a CA de destino.
- Na seção Resumo, clique em Editar.
- Clique em Adicionar rótulos.
- No painel à direita, clique em Adicionar item.
- Adicione a Chave e o Valor do rótulo.
- Clique em Salvar.
gcloud
gcloud privateca roots update CA_NAME --location LOCATION --pool POOL_NAME --update-labels foo=bar
Em que:
- CA_NAME: o identificador exclusivo da AC.
- LOCATION: o local da autoridade certificadora.
- POOL_NAME: o identificador exclusivo do pool de ACs.
- A flag
--update-labels
menciona os pares de chave-valor a serem atualizados.
Para mais informações sobre o comando gcloud privateca roots update
, consulte
gcloud privateca roots
update.
A seguir
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-09-02 UTC.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-09-02 UTC."],[[["\u003cp\u003eThis guide explains the process of updating the configuration for a certificate authority (CA).\u003c/p\u003e\n"],["\u003cp\u003eYou 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.\u003c/p\u003e\n"],["\u003cp\u003eThe gcloud command \u003ccode\u003egcloud privateca roots update\u003c/code\u003e can be used to update labels on a CA, specifying the CA name, location, pool name, and key-value pairs for the updated labels.\u003c/p\u003e\n"],["\u003cp\u003eThe required parameters for the \u003ccode\u003egcloud\u003c/code\u003e command include the CA's unique identifier (\u003ccode\u003eCA_NAME\u003c/code\u003e), its location (\u003ccode\u003eLOCATION\u003c/code\u003e), the CA pool's identifier (\u003ccode\u003ePOOL_NAME\u003c/code\u003e), and the \u003ccode\u003e--update-labels\u003c/code\u003e flag.\u003c/p\u003e\n"]]],[],null,["# Update certificate authorities\n==============================\n\nThis page explains how you can update the configuration for a certificate\nauthority (CA).\n\nUpdate labels on a CA\n---------------------\n\n### Console\n\n1. In the Google Cloud console, go to the **Certificate authorities** page.\n\n [Go to Certificate authorities](https://console.cloud.google.com/security/cas/certificateAuthorities)\n2. Under **Certificate authorities**, pick your target CA.\n\n 1. In the **Summary** section, click **Edit**.\n 2. Click **Add labels**.\n 3. In the panel on the right side, click **Add Item**.\n 4. Add the **Key** and **Value** for your label.\n 5. Click **Save**.\n\n### gcloud\n\n gcloud privateca roots update \u003cvar translate=\"no\"\u003eCA_NAME\u003c/var\u003e --location \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e --pool \u003cvar translate=\"no\"\u003ePOOL_NAME\u003c/var\u003e --update-labels foo=bar\n\nWhere:\n\n- \u003cvar translate=\"no\"\u003eCA_NAME\u003c/var\u003e: the unique identifier of the CA.\n- \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e: the location of the certificate authority.\n- \u003cvar translate=\"no\"\u003ePOOL_NAME\u003c/var\u003e: the unique identifier of the CA pool.\n- `--update-labels` flag mentions the key-value pairs to update.\n\nFor more information about the `gcloud privateca roots update` command, see\n[gcloud privateca roots\nupdate](/sdk/gcloud/reference/privateca/roots/update).\n\nWhat's next\n-----------\n\n- Learn how to [manage the CA state](/certificate-authority-service/docs/managing-ca-state).\n- Learn how to [delete CAs](/certificate-authority-service/docs/deleting-certificate-authorities)."]]