mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-05 15:57:23 +01:00
Explicitly create a /etc/ldap/ldap.conf in the docker image so ldap tools recognize the system's trusted root certificate list
This commit is contained in:
@@ -118,7 +118,7 @@ if [ ! -f $STORAGE_ROOT/ssl/ca_certificate.pem ]; then
|
||||
CERT=$STORAGE_ROOT/ssl/ca_certificate.pem
|
||||
hide_output \
|
||||
openssl req -new -x509 \
|
||||
-days 3650 -sha256 \
|
||||
-days 3650 -sha384 \
|
||||
-key $STORAGE_ROOT/ssl/ca_private_key.pem \
|
||||
-passin 'pass:SECRET-PASSWORD' \
|
||||
-out $CERT \
|
||||
|
||||
Reference in New Issue
Block a user