How do I know if my certificate is valid?
Up to Table of ContentsThis FAQ applies to: WiKID Strong Authentication Server Enterprise Edition, WiKID Strong Authentication Server Community Edition
Run the following command (all on one line): If you created the certificates and then discovered that the clock
was not correct, your certificates might be expired. You can simply
re-create them via the WiKIDAdmin.
keytool -list -v -keystore /opt/WiKID/private/intCAKeys.p12
-storetype pkcs12 -storepass yourpassphrase
and
keytool -list -v -keystore /opt/WiKID/private/localhost.p12
-storetype pkcs12 -storepass yourpassphrase
for the localhost certificate.

