I am going to communicate from Windows Azure to another public web service through SSL. And the certificate on public web service is self-signed. Therefore I need to trust the public certificate on my Windows Azure.
How can I import the certificate (.cer) to Windows Azure? The management portal only allow import a certificate with private key.