Weblogic Demo certificate
Hi,
On Weblogic10.3.6 on AIX
I ran the following to verify Demo certificats, but:
java utils.ValidateCertChain -jks changeit DemoTrust.jks
No certificates found
Certificate chain is invalid
java utils.ValidateCertChain -jks changeit DemoIdentity.jks
No certificates found
Certificate chain is invalid
ls -l *jks
-rwxr-x--- 1 xxx dba 977 Feb 26 10:39 DemoIdentity.jks
-rwxr-x--- 1 xxx dba 2629 Feb 26 10:37 DemoTrust.jks
Is there something wrong with my commande?
Thanks