ansible-collections / community.general

Ansible Community General Collection
https://galaxy.ansible.com/ui/repo/published/community/general/
GNU General Public License v3.0
784 stars 1.45k forks source link

java_cert: support -cacerts option #5610

Open cubistico opened 1 year ago

cubistico commented 1 year ago

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, 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.

Issue Type

Feature Idea

Component Name

java_cert

Additional Information

Code of Conduct

ansibullbot commented 1 year ago

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

ansibullbot commented 1 year ago

cc @absynth76 @haad click here for bot help