SelfSignCreateRequest
SelfSignCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| cn required | 인증서 CN 정보 Example : test.go.kr | string | |
| name required | 인증서 이름 Example : test-certificate | string | |
| not_after_dt required | 인증서 만료일 Example : 20251212 | string | |
| not_before_dt required | 인증서 시작일 Example : 20250101 | string | |
| organization required | 인증서 O(조직) 정보 Example : samsungSDS | string | |
| recipients optional | 만료된 인증서 수신인 | array[Recipient] | |
| region required | 리즌 이름 Example : west1 | string | |
| tags optional | 태그 리스트 | array[Tag] | |
| timezone required | 타임존 Example : Asia/Seoul | string |