CertificateValidateRequest
CertificateValidateRequest
| 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] | |
| is_need_cert_chain required | 인증서 체인 필요 여부 Example : True | boolean | |
| private_key required | 개인키 Example : <encoded private key data> | string |