Posted by:
root
8 years, 2 months ago
This is from one of our customers that uses Nagios to track license expirations:
keytool -list -v -keystore /opt/WiKID/private/intCAKeys.p12 -storetype pkcs12 -storepass *******|grep "Valid from" |cut -d":" -f 5-7
Where your passphrase replaces the asterisks. The first date returned is your expiration date.
Share on Twitter Share on Facebook
