From 96039e7f54b4fe4fd90121f6f95bc1dcf3740b20 Mon Sep 17 00:00:00 2001 From: Patrik Holmqvist Date: Wed, 19 Feb 2025 16:33:55 +0100 Subject: [PATCH] certificates are in HSM, no need for file on disk, SC-2670 --- .../modules/eid/templates/connector/application-test.yml.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/overlay/etc/puppet/modules/eid/templates/connector/application-test.yml.erb b/global/overlay/etc/puppet/modules/eid/templates/connector/application-test.yml.erb index 069d1012..64f6099d 100644 --- a/global/overlay/etc/puppet/modules/eid/templates/connector/application-test.yml.erb +++ b/global/overlay/etc/puppet/modules/eid/templates/connector/application-test.yml.erb @@ -72,7 +72,7 @@ credential: name: "Connector Signing Credential" store-reference: pkcs11-store key: - certificates: file:${CONNECTOR_DIRECTORY}/credentials/sign.crt + #certificates: file:${CONNECTOR_DIRECTORY}/credentials/sign.crt # The alias should be the name of the CKA_LABEL attribute alias: sc_eidas_sign key-password: ${PKCS11_PIN} @@ -81,7 +81,7 @@ credential: name: "Connector Encryption Credential" store-reference: pkcs11-store key: - # certificates: file:${CONNECTOR_DIRECTORY}/credentials/enc.crt + #certificates: file:${CONNECTOR_DIRECTORY}/credentials/enc.crt # The alias should be the name of the CKA_LABEL attribute alias: sc_eidas_encrypt key-password: ${PKCS11_PIN}