springboot 2 fixes
This commit is contained in:
parent
6103ff2e77
commit
c4a9cb83d8
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue