Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • cert : Required : The public certificate, should also include the trust chain if required
  • key : Required : 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
  • account : The account of the SSL certificate
  • cert : public certificate
  • key : private key

deleteSSLCert

Deletes an existing SSL cert from cloudstack.

...

  • 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:

listSSLCerts

lists the certificates for an Id or an account

...