开发者

weblogic cert validation

开发者 https://www.devze.com 2022-12-18 07:12 出处:网络
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 pr

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消