Apache CloudStack 4.23.0.0 Root Admin API Reference
uploadSslCert
Upload a certificate to CloudStack
Request parameters
| Parameter Name | Description | Required |
| certificate | SSL certificate | true |
| name | Name for the uploaded certificate | true |
| privatekey | Private key | true |
| account | Account that will own the SSL certificate | false |
| certchain | Certificate chain of trust | false |
| domainid | Domain ID of the account owning the SSL certificate | false |
| enabledrevocationcheck | Enables revocation checking for certificates | false |
| password | Password for the private key | false |
| projectid | An optional project for the SSL certificate | false |
Response Tags
| Response Name | Description |
| id | SSL certificate ID |
| account | Account for the certificate |
| certchain | Certificate chain |
| certificate | Certificate |
| domain | The domain name of the Network owner |
| domainid | The domain id of the Network owner |
| fingerprint | Certificate fingerprint |
| loadbalancerrulelist | List of loabalancers this certificate is bound to |
| name | Name |
| project | The project name of the certificate |
| projectid | The project id of the certificate |