Created
October 18, 2018 03:32
-
-
Save nghiaht/3375ac01bbc69050978902ef0a0d6ae7 to your computer and use it in GitHub Desktop.
Check keystore expiration date
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
keytool -list -v -keystore keystore.jks | |
# Enter password | |
# Check the line "Valid from..." |
Author
nghiaht
commented
Nov 4, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment