Base64 encoded X.509 certificate not compatible

(CR #400631) If you use the Jaguar Manager to export a certificate in Base64 encoded X.509 certificate, the format is not compatible with Sun’s keytool requirement. To solve this problem, the imported data must either be in a binary encoding format or in a printable encoding format (also known as Base64 encoding). If you use the Base64 encoding format, you need to enclose the imported data with a string that starts with “----BEGIN” and ends with “----END”. An example of the Base64 encoding format is as follows:

---BEGIN CERTIFICATE----
---
----END CERTIFICATE----