How-to generate a JKS keystore Report? -


i have been looking generating report keystore of type jks. looking see following details in report:

alias name
issued
validity
validity

i know, possible using keystore manager tool manually. there way of extracting such information programatically? [or automated process]

thank you.

i have got following method:

create batch file followed:

@echo off
:top
keytool -list -v -keystore -storepass
:enter


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -