diff --git a/eidas-proxy-common/overlay/etc/eidas-proxy/se/cfg/application-se.properties b/eidas-proxy-common/overlay/etc/eidas-proxy/se/cfg/application-se.properties index c4061e6f..2d29c855 100644 --- a/eidas-proxy-common/overlay/etc/eidas-proxy/se/cfg/application-se.properties +++ b/eidas-proxy-common/overlay/etc/eidas-proxy/se/cfg/application-se.properties @@ -37,23 +37,23 @@ proxy-service.country=SE # Key Store properties # Location can be specified as "classpath:" or as file path e.g "/opt/webapp/eidas-ps/keystore/keyStore.jks" -proxy-service.pkcs11.external-config-locations=${spring.config.location}/pkcs11.cfg +proxy-service.pkcs11.external-config-locations=${spring.config.additional.location}/pkcs11.cfg proxy-service.pkcs11.reloadable-keys=false proxy-service.keySourceType=PKCS11 proxy-service.keySourcePass=${proxy-service.pkcs11.pin} proxy-service.keySourceAlias=sc_eidas_sign -proxy-service.keySourceCertLocation=${spring.config.location}/sign.crt +proxy-service.keySourceCertLocation=${spring.config.additional.location}/sign.crt proxy-service.encryption.keySourceType=PKCS11 proxy-service.encryption.keySourcePass=${proxy-service.pkcs11.pin} proxy-service.encryption.keySourceAlias=sc_eidas_encrypt -proxy-service.encryption.keySourceCertLocation=${spring.config.location}/enc.crt +proxy-service.encryption.keySourceCertLocation=${spring.config.additional.location}/enc.crt proxy-service.metadata.keySourceType=PKCS11 proxy-service.metadata.keySourcePass=${proxy-service.pkcs11.pin} proxy-service.metadata.keySourceAlias=swedenconnect -proxy-service.metadata.keySourceCertLocation=${spring.config.location}/swedenconnect-signer.crt +proxy-service.metadata.keySourceCertLocation=${spring.config.additional.location}/swedenconnect-signer.crt # Session Encryption properties #proxy-service.cookieEncryptPw=changeme