Apache CloudStack v4.11.0 Root Admin API Reference

issueCertificate

Issues a client certificate using configured or provided CA plugin

Request parameters

Parameter NameDescriptionRequired
csrThe certificate signing request (in pem format), if CSR is not provided then configured/provided options are consideredfalse
domainComma separated list of domains, the certificate should be issued for. When csr is not provided, the first domain is used as a subject/CNfalse
durationCertificate validity duration in number of days, when not provided the default configured value will be usedfalse
ipaddressComma separated list of IP addresses, the certificate should be issued forfalse
providerName of the CA service provider, otherwise the default configured provider plugin will be usedfalse

Response Tags

Response NameDescription
cacertificatesThe CA certificate(s)
certificateThe client certificate
privatekeyPrivate key for the certificate