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. But on debugging, it was found that some characters were missing from certificate after it was decoded from the URL, due to which the following exception was raised: Invalid Certificate format. Expected X509 certificate
Why are some characters missing after decoding and obtaining the certificate? Thank you, Sujaya