From f8121e7603e020c1c0ad7245ad9db3ce44e92003 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 20 Sep 2018 22:38:06 +0200 Subject: [PATCH] correct cert paths --- .../overlay/etc/eidas-proxy/se/cfg/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eidas-proxy-common/overlay/etc/eidas-proxy/se/cfg/application.properties b/eidas-proxy-common/overlay/etc/eidas-proxy/se/cfg/application.properties index e1462ce2..13fcf985 100644 --- a/eidas-proxy-common/overlay/etc/eidas-proxy/se/cfg/application.properties +++ b/eidas-proxy-common/overlay/etc/eidas-proxy/se/cfg/application.properties @@ -44,12 +44,12 @@ 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=${spring.config.location}/enc.crt +proxy-service.encryption.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=${spring.config.location}/swedenconnect-signer.crt +proxy-service.metadata.keySourceCertLocation=${spring.config.location}/swedenconnect-signer.crt # Session Encryption properties #proxy-service.cookieEncryptPw=changeme