
On Wed, Oct 17, 2012 at 2:36 PM, Juan Hernandez <jhernand@redhat.com> wrote:
1. Switch to Java 7 using "alternatives --config java". But this could have adverse effects in other Java programs that you may be using. Note that the oVirt engine is designed to use Java 7, so if you are using Java 6 you can find other issues.
No problem, this new machine is a dedicated ovirt-engine now and the certificate was migrated from an older Centos install.
2. Create a DER encoded version of the CA certificate before importing it:
openssl x509 \ -in /etc/pki/ovirt-engine/ca.pem \ -inform pem \ -out /etc/pki/ovirt-engine/ca.cer \ -outform der
Then use the "ca.cer" file instead of the "ca.pem" file in the keytool command.
Thanks, will give this a try tomorrow morning.
Sorry for the late response.
No problem, as usual your help is greatly appreciated! Kind regards. Neil Wilson.