certificates are in HSM, no need for file on disk, SC-2670
This commit is contained in:
parent
833714347c
commit
96039e7f54
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue