Hi,
I am trying to upload an SSL certificate to Cloudstack using uploadSslCert
API since 4.3 version does not have UI support for the same. And I am getting
following exception:
Invalid Certificate format. Expected X509 certificate
The certificate, private key and certificate-chain are URL encoded and sent to
the Cloudstack using a GET on 8096 port. On debugging, it was found that some
characters were missing from certificate after it was decoded from the URL
which is the cause of the exception.
I am unable to figure out the reason, so can you please throw some light on why
are some characters missing after decoding the certificate from the URL?
Thank you,
Sujaya