2019-07-12 11:31:41 +02:00
|
|
|
cat<<EOF
|
|
|
|
hsmExternalCfgLocations=/opt/eidas-middleware/configuration/hsm/demw-sunpkcs11-config
|
|
|
|
hsmPin=${PKCS11_PIN}
|
|
|
|
hsmLib=/usr/safenet/lunaclient/lib/libCryptoki2_64.so
|
|
|
|
hsmProviderName=Luna
|
2021-12-03 07:40:31 +01:00
|
|
|
hsmSlot=6
|
2019-07-12 11:31:41 +02:00
|
|
|
keySourceAlias=sc_eidas_sign
|
|
|
|
keySourceCertLocation=/opt/eidas-middleware/configuration/credentials/sign.crt
|
|
|
|
keySourceAliasEnc=sc_eidas_encrypt
|
|
|
|
keySourceCertLocationEnc=/opt/eidas-middleware/configuration/credentials/enc.crt
|
|
|
|
EOF
|