CertificateValidateRequest
CertificateValidateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| cert_body required | Certificate body Example : <encoded certificate body data> | string | |
| cert_chain optional | Certificate chain Example : <encoded certificate chain data> | any of [string, null] | |
| is_need_cert_chain required | Is needed Certificate chain Example : True | boolean | |
| private_key required | Private key Example : <encoded private key data> | string |