snieking / ansible-role-keystore-truststore

An Ansible Role for creating a keystore and truststore with self-signed certificates.
https://thecuriousdev.org
7 stars 5 forks source link

Remove Java Keytool dependency #1

Open snieking opened 5 years ago

snieking commented 5 years ago

The keystore can be created directly with OpenSSL PKCS12 module.

snieking commented 5 years ago

Truststore still left to convert to OpenSSL only.

snieking commented 5 years ago

Nvm.. reverted because couldn't get multiple certificates into the same keystore.