Encryption: Add root certs for CCP, BBMRI

This commit is contained in:
Martin Lablans
2022-11-22 14:24:56 +01:00
parent 03452a74fb
commit f359e06875
4 changed files with 44 additions and 1 deletions

View File

@ -98,12 +98,14 @@ services:
RUST_LOG: debug
ALL_PROXY: http://forward_proxy:3128
TLS_CA_CERTIFICATES_DIR: /conf/trusted-ca-certs
ROOTCERT_FILE: /conf/root.crt.pem
secrets:
- proxy.pem
depends_on:
- "forward_proxy"
volumes:
- /etc/bridgehead/trusted-ca-certs:/conf/trusted-ca-certs:ro
- ./root.crt.pem:/conf/root.crt.pem:ro
volumes: