REST API Method: POST /rest/sbaconfig?action=installcert
This action installs the pre-signed certificate on the SBA drive. This action is used if a CSR was previously exported using the sbacsr export action and not auto-submitted to the CA.
Tip |
---|
A HTTP Status 200 return for this action only means that the request was successfully received by the system. Status of the action must be retrieved using the SBA Action Status Resource . |
URL:
https://134.56.227.163/rest/sbaconfig?action=installcert
HTTP Method
POST
Requires Authentication:
true
Parameters
Parameter Name | Required | Service Affecting | Data Type | Default Value | Possible Values | Description |
---|
certData | Yes | No | string | none | 1024 - Max Length | Identifies the content of the certificate that needs to be installed. |
---|
Code Block |
---|
|
curl --cookie PHPSESSID=8tgs4fp1508f4vrabq1ob27ku2 --cacert 1kCAcert.pem --data -i https://134.56.227.163/rest/sbaconfig?action=installcert
|
Response:
Code Block |
---|
|
<?xml version="1.0"?>
<root>
<status>
<http_code>200</http_code>
</status>
</root> |