correct cert paths
This commit is contained in:
parent
d7fcf40d63
commit
f8121e7603
1 changed files with 2 additions and 2 deletions
|
@ -44,12 +44,12 @@ proxy-service.keySourceCertLocation=${spring.config.location}/sign.crt
|
||||||
proxy-service.encryption.keySourceType=PKCS11
|
proxy-service.encryption.keySourceType=PKCS11
|
||||||
proxy-service.encryption.keySourcePass=${proxy-service.pkcs11.pin}
|
proxy-service.encryption.keySourcePass=${proxy-service.pkcs11.pin}
|
||||||
proxy-service.encryption.keySourceAlias=sc_eidas_encrypt
|
proxy-service.encryption.keySourceAlias=sc_eidas_encrypt
|
||||||
proxy-service.keySourceCertLocation=${spring.config.location}/enc.crt
|
proxy-service.encryption.keySourceCertLocation=${spring.config.location}/enc.crt
|
||||||
|
|
||||||
proxy-service.metadata.keySourceType=PKCS11
|
proxy-service.metadata.keySourceType=PKCS11
|
||||||
proxy-service.metadata.keySourcePass=${proxy-service.pkcs11.pin}
|
proxy-service.metadata.keySourcePass=${proxy-service.pkcs11.pin}
|
||||||
proxy-service.metadata.keySourceAlias=swedenconnect
|
proxy-service.metadata.keySourceAlias=swedenconnect
|
||||||
proxy-service.keySourceCertLocation=${spring.config.location}/swedenconnect-signer.crt
|
proxy-service.metadata.keySourceCertLocation=${spring.config.location}/swedenconnect-signer.crt
|
||||||
|
|
||||||
# Session Encryption properties
|
# Session Encryption properties
|
||||||
#proxy-service.cookieEncryptPw=changeme
|
#proxy-service.cookieEncryptPw=changeme
|
||||||
|
|
Loading…
Add table
Reference in a new issue