diff --git a/compose/.env b/compose/.env index 3a2b35f8..7c42a0b3 100644 --- a/compose/.env +++ b/compose/.env @@ -1,6 +1,6 @@ COMPOSE_PROJECT_NAME=storm-webdav -TRUST_IMAGE=indigoiam/trustanchors -TRUST_IMAGE_TAG=latest +TRUST_IMAGE=indigoiam/egi-trustanchors +TRUST_IMAGE_TAG=igi-test-ca WEBDAV_IMAGE=italiangrid/storm-webdav-centos7 WEBDAV_IMAGE_TAG=latest TS_IMAGE=indigoiam/robot-framework diff --git a/compose/assets/nginx/srm.conf b/compose/assets/nginx/srm.conf index 4d953578..a93f646e 100644 --- a/compose/assets/nginx/srm.conf +++ b/compose/assets/nginx/srm.conf @@ -12,7 +12,7 @@ server { ssl_certificate /certs/hostcert.pem; ssl_certificate_key /certs/hostkey.pem; - ssl_client_certificate /etc/pki/tls/certs/ca-bundle.crt; + ssl_client_certificate /etc/pki/ca-trust/extracted/pem/tls-ca-bundle-all.pem; ssl_verify_client optional; ssl_verify_depth 100;