Available variables are listed below, along with default values (see defaults/main.yml). All variables have set sensible defaults and usually should not need any configuration. java_keystore_jre_path: ...
This project demonstrates how to secure a RESTful API using two-way SSL (mutual TLS) authentication implemented with Java Keystore (JKS). It provides a practical example of how client-server ...
So, a client wants us to use a client cert to authenticate to their web service. They sent it to me in pkcs12 format but without a password. (This is for their uat site, the prod pkcs12 file has a ...