컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
인증 기관 업데이트
이 페이지에서는 인증 기관 (CA)의 구성을 업데이트하는 방법을 설명합니다.
CA 라벨 업데이트
콘솔
Google Cloud 콘솔에서 인증 기관 페이지로 이동합니다.
인증 기관으로 이동
인증 기관에서 대상 CA를 선택합니다.
- 요약 섹션에서 수정을 클릭합니다.
- 라벨 추가를 클릭합니다.
- 오른쪽 패널에서 항목 추가를 클릭합니다.
- 라벨의 키 및 값을 추가합니다.
- 저장을 클릭합니다.
gcloud
gcloud privateca roots update CA_NAME --location LOCATION --pool POOL_NAME --update-labels foo=bar
각 항목의 의미는 다음과 같습니다.
- CA_NAME: CA의 고유 식별자입니다.
- LOCATION: 인증 기관의 위치입니다.
- POOL_NAME: CA 풀의 고유 식별자입니다.
--update-labels
플래그는 업데이트할 키-값 쌍을 언급합니다.
gcloud privateca roots update
명령어에 대한 자세한 내용은 gcloud privateca roots update를 참고하세요.
다음 단계
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-04-03(UTC)
[[["이해하기 쉬움","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-04-03(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."]]],[]]