From c3fb49bbd475c9e1481c8bcc431fee0dff0be7f3 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 31 Jul 2025 11:56:27 +0200 Subject: [PATCH] fix(root_ca): set passphrase correctly --- tasks/root_certificate_authority_protected.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/root_certificate_authority_protected.yaml b/tasks/root_certificate_authority_protected.yaml index b76a440..c754799 100644 --- a/tasks/root_certificate_authority_protected.yaml +++ b/tasks/root_certificate_authority_protected.yaml @@ -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