workers certificate-authority 명령어

workers certificate-authority 명령어

boundary workers certificate-authority는 Boundary 워커를 인가하는 데 사용하는 인증 기관(certificate authority, CA)을 관리하는 명령어예요. 인증 기관을 읽거나 재초기화할 수 있어요.

출처: HashiCorp Boundary docs

본문

boundary workers certificate-authority 명령어는 Boundary 워커를 인가할 때 쓰는 인증 기관을 관리해요.

예제 (Example)

다음 예제는 현재 인증 기관에 대한 정보를 읽어요.

$ boundary workers certificate-authority read

사용법 (Usage)

$ boundary workers certificate-authority [options]

  # ...

Subcommands:
    read          Read the certificate authority used to authorize Boundary workers.
    reinitialize  Reinitialize the certificate authority used to authorize Boundary workers.

유형별 사용법 (Usages by type)

인증 기관을 읽거나 재초기화할 수 있어요.

read 사용법

workers certificate-authority read 명령어는 Boundary 워커를 인가하는 데 사용하는 인증 기관의 상세 정보를 읽어요.

$ boundary workers certificate-authority read [options] [args]
워커 인증 기관 옵션 (Worker certificate authority options)
  • -scope-id=<string> - 인증 기관을 읽을 스코프예요. 기본 스코프는 global이에요. 스코프는 BOUNDARY_SCOPE_ID 환경 변수로도 지정할 수 있어요.

reinitialize 사용법

workers certificate-authority reinitialize 명령어는 Boundary 워커를 인가하는 데 사용하는 인증 기관을 재초기화해요.

$ workers certificate-authority reinitialize [options] [args]
워커 인증 기관 옵션 (Worker certificate authority options)
  • -scope-id=<string> - 인증 기관을 재초기화할 스코프예요. 기본 스코프는 global이에요. 스코프는 BOUNDARY_SCOPE_ID 환경 변수로도 지정할 수 있어요.

CLI 옵션 (CLI options)

명령어 고유 옵션 외에도 모든 Boundary CLI 명령어·하위 명령어에 공통으로 적용되는 옵션들이 있어요.

  • 연결 옵션 (Connection options)
  • 클라이언트 옵션 (Client options)
  • 출력 옵션 (Output options)
  • 환경 변수 (Environment variables)

더 알아보기 (Learn more)