Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use latest trust image
Browse files Browse the repository at this point in the history
federicaagostini committed Oct 7, 2024
1 parent 9633e2f commit 9bf3b31
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions compose/.env
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion compose/assets/nginx/srm.conf
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 9bf3b31

Please sign in to comment.