Skip to content

Instantly share code, notes, and snippets.

@nghiaht
Created October 18, 2018 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nghiaht/3375ac01bbc69050978902ef0a0d6ae7 to your computer and use it in GitHub Desktop.
Save nghiaht/3375ac01bbc69050978902ef0a0d6ae7 to your computer and use it in GitHub Desktop.
Check keystore expiration date
keytool -list -v -keystore keystore.jks
# Enter password
# Check the line "Valid from..."
@nghiaht
Copy link
Author

nghiaht commented Nov 4, 2019

openssl x509 -enddate -noout -in server.crt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment