createObject


SoftLayer_Security_Certificate::createObject

Description

Add a certificate to your account for your records, or for use with various services. Only the certificate and private key are usually required. If your issuer provided an intermediate certificate, you must also provide that certificate. Details will be extracted from the certificate. Validation will be performed between the certificate and the private key as well as the certificate and the intermediate certificate, if provided.

The certificate signing request is not required, but can be provided for your records.


Parameters

Name Type Description
templateObject SoftLayer_Security_Certificate The SoftLayer_Security_Certificate object that you wish to create.

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Security_Certificate]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Security_Certificate/createObject'