0

I have been looking for generating a report from a keystore of type JKS. I am looking to see the following details in the report:

Alias Name
Issued To
Validity From
Validity To

I know, this is possible using Keystore manager tool but manually. Is there a way of extracting such information programatically? [or an automated process]

Thank you.

4

1 回答 1

0

我通过以下方法得到它:

创建一个批处理文件,如下所示:

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

于 2013-04-25T12:38:17.910 回答