Edit storage pool HTTPS certificate chain

Edit storage pool HTTPS certificate chain in the system.

Request

Security

Table 1. Roles capable of executing the Edit storage pool HTTPS certificate chain method
Any Super User System Admin Security Admin Operator
  superUser systemAdmin    

HTTP method

POST /manager/api/{apiResponseType}/1.0/editStoragePoolHttpsCertificateChain.adm HTTP/1.1
id={storagePoolId}
&privateKeyPem={privateKeyPem}
&certificatePem={certificatePem}
                     

Curl method

 curl -u admin:password https://{manager.dsnet}/manager/api/json/1.0/editStoragePoolHttpsCertificateChain.adm -d id={storagePoolId} -d privateKeyPem={privateKeyPem} -d certificatePem={certificatePem}

Parameters

Table 2. Request Parameters for Edit storage pool HTTP certificate chain access Pool (editStoragePoolHttpsCertificateChain) API method
Parameter Type Usage Default Description

id

Long

Required

 

the id of the storage pool (storage pool must already have Embedded Accesser Service enabled).

privateKeyPem String Optional the PEM contents of the private key to use.
certificatePem String Optional the PEM contents of the certificate(s) to use.