1 - 1.1
scpcli certificatemanager certificate create
--timezone <value>
--region <value>
--private_key <value>
--name <value>
--cert_body <value>
[--cert_chain <value>]
[--recipients <value>]
[--tags <value>]
Description
인증서 생성
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| timezone required | string | 타임존 | Asia/Seoul |
| region required | string | 리즌 이름 | west1 |
| private_key required | string | 개인키 | <encoded private key data> |
| name required | string | 인증서 이름 | test-certificate |
| cert_body required | string | 인증서 body | <encoded certificate body data> |
| cert_chain optional | string | 인증서 체인 | <encoded certificate chain data> |
| recipients optional | array | 만료된 인증서 수신인 | '{"region": "", "user_id": "", "user_name": ""}' |
| tags optional | array | Tag List' | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 id | b82909b3576449fda984fb25c3123542da |
| cert_body | 인증서 body | |
| cert_chain | 인증서 체인 | |
| cert_kind | 인증서 타입 | PRD |
| cert_type | 인증서 타입 | pem |
| cert_version | 인증서 버전 | 2 |
| cn | 인증서 CN 정보 | test.go.kr |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| key_bit_size | 키 bit 크기 | 2048 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 인증서 이름 | test-certificate |
| not_after_dt | 인증서 만료일 | 2026-02-07T18:07:59 |
| not_before_dt | 인증서 시작일 | 2025-02-08T18:07:00 |
| organization | 인증서 O(조직) 정보 | samsungSDS |
| private_key | 개인키 | |
| recipients | 만료된 인증서 수신인 | [{‘region’: ‘’, ‘user_id’: ‘sdaFDQSDADZ2488e195c0e97d9b9eb’, ‘user_name’: ‘kildong.hong’}] |
| state | 인증서 상태 | VALID |
| tags | 태그 리스트 | |
| user_name | 사용자 이름 | kildong@samsung.com |
2 - 1.0
scpcli certificatemanager certificate create
--timezone <value>
--region <value>
--private_key <value>
--name <value>
--cert_body <value>
[--cert_chain <value>]
[--recipients <value>]
[--tags <value>]
Description
인증서 생성
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| timezone required | string | 타임존 | Asia/Seoul |
| region required | string | 리즌 이름 | west1 |
| private_key required | string | 개인키 | <encoded private key data> |
| name required | string | 인증서 이름 | test-certificate |
| cert_body required | string | 인증서 body | <encoded certificate body data> |
| cert_chain optional | string | 인증서 체인 | <encoded certificate chain data> |
| recipients optional | array | 만료된 인증서 수신인 | '{"region": "", "user_id": "", "user_name": ""}' |
| tags optional | array | Tag List' | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 id | b82909b3576449fda984fb25c3123542da |
| cert_body | 인증서 body | |
| cert_chain | 인증서 체인 | |
| cert_kind | 인증서 타입 | PRD |
| cert_type | 인증서 타입 | pem |
| cert_version | 인증서 버전 | 2 |
| cn | 인증서 CN 정보 | test.go.kr |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| key_bit_size | 키 bit 크기 | 2048 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | 인증서 이름 | test-certificate |
| not_after_dt | 인증서 만료일 | 2026-02-07T18:07:59 |
| not_before_dt | 인증서 시작일 | 2025-02-08T18:07:00 |
| organization | 인증서 O(조직) 정보 | samsungSDS |
| private_key | 개인키 | |
| recipients | 만료된 인증서 수신인 | [{‘region’: ‘’, ‘user_id’: ‘sdaFDQSDADZ2488e195c0e97d9b9eb’, ‘user_name’: ‘kildong.hong’}] |
| state | 인증서 상태 | VALID |
| tags | 태그 리스트 | |
| user_name | 사용자 이름 | kildong@samsung.com |