adamdecaf / cert-manage

WIP x509 Certificate auditing CLI
Apache License 2.0
32 stars 6 forks source link

store/java: more -storepass values? #204

Open adamdecaf opened 6 years ago

adamdecaf commented 6 years ago

On some installs changeit isn't the right value for -storepass. Should we offer an env variable in that event? Add some more common values? (i.e. password)

I don't want to make this a cli flag as installs with a non-standard value probably have a good reason for that.

We'll need to pass through whatever env value down to the os/exec calls of keytool.