As I understand it, it's currently always necessary to provide the path to the Java truststore in keystore_path, which works well. However, since Java 9, the keytool command support the -cacerts option which is a convenient way to specify the Java truststore without having to first find out its path.
It would be handy if java_cert would support to use this option. It could be the default if keystore_path is not explicitly set.
Summary
As I understand it, it's currently always necessary to provide the path to the Java truststore in
keystore_path
, which works well. However, since Java 9, thekeytool
command support the-cacerts
option which is a convenient way to specify the Java truststore without having to first find out its path.It would be handy if java_cert would support to use this option. It could be the default if
keystore_path
is not explicitly set.Issue Type
Feature Idea
Component Name
java_cert
Additional Information
Code of Conduct