Get your license expiration date from the command line
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 ast…