fix cert locations
This commit is contained in:
parent
9843d17f55
commit
d7fcf40d63
1 changed files with 3 additions and 3 deletions
|
@ -39,17 +39,17 @@ proxy-service.pkcs11.external-config-locations=${spring.config.location}/pkcs11.
|
|||
proxy-service.keySourceType=PKCS11
|
||||
proxy-service.keySourcePass=${proxy-service.pkcs11.pin}
|
||||
proxy-service.keySourceAlias=sc_eidas_sign
|
||||
proxy-service.keySourceCertLocation=${proxy-service.path.prefix}/sign.crt
|
||||
proxy-service.keySourceCertLocation=${spring.config.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.keySourceCertLocation=${proxy-service.path.prefix}/enc.crt
|
||||
proxy-service.keySourceCertLocation=${spring.config.location}/enc.crt
|
||||
|
||||
proxy-service.metadata.keySourceType=PKCS11
|
||||
proxy-service.metadata.keySourcePass=${proxy-service.pkcs11.pin}
|
||||
proxy-service.metadata.keySourceAlias=swedenconnect
|
||||
proxy-service.keySourceCertLocation=${proxy-service.path.prefix}/swedenconnect-signer.crt
|
||||
proxy-service.keySourceCertLocation=${spring.config.location}/swedenconnect-signer.crt
|
||||
|
||||
# Session Encryption properties
|
||||
#proxy-service.cookieEncryptPw=changeme
|
||||
|
|
Loading…
Add table
Reference in a new issue