Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Allow to specify CA verification depth
  • Loading branch information
jvanbruegge committed Oct 25, 2020
commit 7b2152533fd97f3d53b4e8d3cad448cccbb8a674
1 change: 1 addition & 0 deletions image/environment/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ PHPLDAPADMIN_HTTPS_CRT_FILENAME: phpldapadmin.crt
PHPLDAPADMIN_HTTPS_KEY_FILENAME: phpldapadmin.key
PHPLDAPADMIN_HTTPS_CA_CRT_FILENAME: ca.crt
PHPLDAPADMIN_HTTPS_VERIFY_CLIENT: optional
PHPLDAPADMIN_HTTPS_VERIFY_DEPTH: "1"

PHPLDAPADMIN_TRUST_PROXY_SSL: false

Expand Down
1 change: 1 addition & 0 deletions image/service/phpldapadmin/assets/apache2/https.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
SSLCertificateKeyFile ${CONTAINER_SERVICE_DIR}/phpldapadmin/assets/apache2/certs/${PHPLDAPADMIN_HTTPS_KEY_FILENAME}
#SSLCACertificateFile ${CONTAINER_SERVICE_DIR}/phpldapadmin/assets/apache2/certs/${PHPLDAPADMIN_HTTPS_CA_CRT_FILENAME}
SSLVerifyClient ${PHPLDAPADMIN_HTTPS_VERIFY_CLIENT}
SSLVerifyDepth ${PHPLDAPADMIN_HTTPS_VERIFY_DEPTH}

Include /etc/apache2/conf-available/gzip.conf
Include /etc/apache2/conf-available/cache.conf
Expand Down