How do I validate whether a Weblogic certificate is valid or not开发者_JS百科?
Figure out the location of the keystore / truststore from the console and use the keytool command to list all the certs present. If you use the verbose flag for the listing, you will see their expiration dates.
Also, if it's a webapp and you're using an expired cert for SSL, you will get a warning when you attempt to access the URL from a browser.
精彩评论