CertificateCreateRequest
CertificateCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| cert_body required | 인증서 body Example : <encoded certificate body data> | string | |
| cert_chain optional | 인증서 체인 Example : <encoded certificate chain data> | any of [string, null] | |
| name required | 인증서 이름 Example : test-certificate | string | |
| private_key required | 개인키 Example : <encoded private key data> | string | |
| recipients optional | 만료된 인증서 수신인 Example : [{'region': '', 'user_id': 'sdaFDQSDADZ2488e195c0e97d9b9eb', 'user_name': 'kildong.hong'}] | array[Recipient] | |
| region required | 리즌 이름 Example : west1 | string | |
| tags optional | 태그 리스트 | array[Tag] | |
| timezone required | 타임존 Example : Asia/Seoul | string |