springboot 2 fixes

This commit is contained in:
Leif Johansson 2020-06-01 11:50:56 +02:00
parent 6103ff2e77
commit c4a9cb83d8
No known key found for this signature in database
GPG key ID: D73AD6430AD478D6

View file

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