Java Keystore

Does anyone know of a way to monitor the Java KeyStore for certificate validity? We need to monitor the health of all the certs in the java KeyStore. I have the windows store covered but having issues finding a way to do JAVA

I did it the dirty way. I imported the certs from the Java key store into the computer store without the private key. I then changed the friendly name to ‘whatever.com Java keystore’. That way I have them monitored and now what server that is running them.

I do the same workaround for sites that have ssl offloading via a load balancer.

Interesting but would not scale well.