1.0
1.0
scpcli certificatemanager certificate validate
--private_key <value>
--is_need_cert_chain <value>
--cert_body <value>
[--cert_chain <value>]
Description
Validate a Certificate
State ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|---|
| 1.0 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| private_key required | string | Private key | <encoded private key data> |
| is_need_cert_chain required | boolean | Is needed Certificate chain | True |
| cert_body required | string | Certificate body | <encoded certificate body data> |
| cert_chain optional | string | Certificate chain | <encoded certificate chain data> |
Responses
| Name | Description | Example |
|---|---|---|
| result | True, False Check | True |