IBM-Security / isam-ansible-collection

Ansible Collection for providing ISAM Modules, Roles and Playbooks.
Apache License 2.0
13 stars 23 forks source link

The role base.import_personal_certificates missed one parameter of password #153

Open bjsong19 opened 2 years ago

bjsong19 commented 2 years ago

Since personal certificate is PKCS 12 file with extension name .p12 which is password protected personal certificate. the role execution need pass the password, but the role task main.yml did not pass this parameter.