RFR 8023197: Pre-configured command line options for keytool and jarsigner (original) (raw)
Wang Weijun weijun.wang at oracle.com
Fri Jun 6 07:27:23 UTC 2014
- Previous message (by thread): Locking/Singleton in JCAUtil
- Next message (by thread): RFR 8023197: Pre-configured command line options for keytool and jarsigner
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Please review the code changes in
http://cr.openjdk.java.net/~weijun/8023197/webrev.02
This enhancement allows you to put frequently used keytool/jarsigner options into a property file and use -conf to load it. Like this:
A Pre-configured options file
keytool.all = -storepass:env PASS -keypass:env PASS -keystore ${user.dir}/.p12 -storetype pkcs12 keytool.genkeypair = -keyalg rsa -keysize 2048 -sigalg SHA256withRSA -validity 365
Thanks Max
- Previous message (by thread): Locking/Singleton in JCAUtil
- Next message (by thread): RFR 8023197: Pre-configured command line options for keytool and jarsigner
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]