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}