updating docker env parameters
This commit is contained in:
parent
249c690ddb
commit
a5a33e95a5
1 changed files with 4 additions and 2 deletions
|
@ -418,8 +418,10 @@ class eidas_de_middleware_hsm_test($version="110-fixes-sc-p11",$hostname='localh
|
||||||
'/etc/Chrystoki.conf.d:/etc/Chrystoki.conf.d',
|
'/etc/Chrystoki.conf.d:/etc/Chrystoki.conf.d',
|
||||||
'/etc/ssl:/etc/ssl'],
|
'/etc/ssl:/etc/ssl'],
|
||||||
env => ["CERTNAME=${::fqdn}_infra",
|
env => ["CERTNAME=${::fqdn}_infra",
|
||||||
"PKCS11_PIN=$pkcs11_pin",
|
"LOGGING_LEVEL_DE_GOVERNIKUS_EUMW_POSEIDAS_SERVER_IDPROVIDER_CONFIG=DEBUG",
|
||||||
"PKCS11_CONFIG_LOCATION=/opt/eidas-middleware/configuration/hsm/pkcs11.properties",
|
"SC_HSM.P11_PIN=$pkcs11_pin",
|
||||||
|
"SC_HSM_P11_CONFIG_FILE=/opt/eidas-middleware/configuration/hsm/demw-sunpkcs11-config",
|
||||||
|
"SC_HSM.P11_ALIAS=sc_eidas_sign",
|
||||||
'JAVA_OPTS="-DformatMsgNoLookups=true -Dlog4j2.formatMsgNoLookups=true"',
|
'JAVA_OPTS="-DformatMsgNoLookups=true -Dlog4j2.formatMsgNoLookups=true"',
|
||||||
"SPRING_DATASOURCE_PASSWORD=$spring_datasource_password"],
|
"SPRING_DATASOURCE_PASSWORD=$spring_datasource_password"],
|
||||||
extra_parameters => ["--log-driver=syslog"]
|
extra_parameters => ["--log-driver=syslog"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue