On 10/8/2014 12:21 PM, Wang Weijun wrote: > There are two keystores here. -keystore points to user's keystore that > keytool will save into. cacerts is a read-only keystore that is used to find > trusted certs. Got it.
Is it possible to add an optional argument for the "-trustcacerts" option? If no argument, use the cacerts; otherwise, use the specified value. Xuelei