You've already forked ansible-role-certificate-authority
fix(root_ca): set passphrase correctly
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
common_name: "{{ certificate_authority_root_ca_common_name }}"
|
||||
path: "{{ certificate_authority_root_ca_path }}/cert-req.pem"
|
||||
privatekey_path: "{{ certificate_authority_root_ca_path }}/privkey.pem"
|
||||
privatekey_passphrase: "{{ certificate_authority_root_ca_tls_key_passphrase }}"
|
||||
use_common_name_for_san: false
|
||||
|
||||
- name: Create self-signed certificate for root CA
|
||||
|
Reference in New Issue
Block a user