certificates are in HSM, no need for file on disk, SC-2670

This commit is contained in:
Patrik Holmqvist 2025-02-19 16:33:55 +01:00
parent 833714347c
commit 96039e7f54
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -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}