...
- id : Required : The id of the certificate
Response parameters:
- displaytext : any text associated with the success or failure
- success : true if operation is executed successfully
updateSSLCert
updates an existing certificate-key pair
...
- id : Required: The id of the certificate
- cert : Optional : The public certificate, should also include the trust chain if required
- key : Optional : The private key for the certificate, if the key is encrypted, password should be provided
- password: Optional : The password for the private key
Response parameters:
- id : The id of the certificate
- cert : The public certificate, should also include the trust chain if required
- key : The private key for the certificate, if the key is encrypted, password should be provided
listSSLCerts
lists the certificates for an Id or an account
...