fix ldap CA config for docker images
This commit is contained in:
@@ -30,7 +30,8 @@ RUN mkdir -p /var/tmp/ocis && \
|
|||||||
|
|
||||||
# default artifact location for autogenerated certificates
|
# default artifact location for autogenerated certificates
|
||||||
# needs to be a static location because of the docker uid switch mechanism
|
# needs to be a static location because of the docker uid switch mechanism
|
||||||
ENV GLAUTH_LDAPS_CERT=/var/tmp/ocis/.config/ldap/ldaps.crt \
|
ENV STORAGE_LDAP_CACERT=/var/tmp/ocis/.config/ldap/ldaps.crt \
|
||||||
|
GLAUTH_LDAPS_CERT=/var/tmp/ocis/.config/ldap/ldaps.crt \
|
||||||
GLAUTH_LDAPS_KEY=/var/tmp/ocis/.config/ldap/ldaps.key \
|
GLAUTH_LDAPS_KEY=/var/tmp/ocis/.config/ldap/ldaps.key \
|
||||||
IDP_TRANSPORT_TLS_CERT=/var/tmp/ocis/.config/idp/server.crt \
|
IDP_TRANSPORT_TLS_CERT=/var/tmp/ocis/.config/idp/server.crt \
|
||||||
IDP_TRANSPORT_TLS_KEY=/var/tmp/ocis/.config/idp/server.key \
|
IDP_TRANSPORT_TLS_KEY=/var/tmp/ocis/.config/idp/server.key \
|
||||||
|
|||||||
@@ -30,7 +30,8 @@ RUN mkdir -p /var/tmp/ocis && \
|
|||||||
|
|
||||||
# default artifact location for autogenerated certificates
|
# default artifact location for autogenerated certificates
|
||||||
# needs to be a static location because of the docker uid switch mechanism
|
# needs to be a static location because of the docker uid switch mechanism
|
||||||
ENV GLAUTH_LDAPS_CERT=/var/tmp/ocis/.config/ldap/ldaps.crt \
|
ENV STORAGE_LDAP_CACERT=/var/tmp/ocis/.config/ldap/ldaps.crt \
|
||||||
|
GLAUTH_LDAPS_CERT=/var/tmp/ocis/.config/ldap/ldaps.crt \
|
||||||
GLAUTH_LDAPS_KEY=/var/tmp/ocis/.config/ldap/ldaps.key \
|
GLAUTH_LDAPS_KEY=/var/tmp/ocis/.config/ldap/ldaps.key \
|
||||||
IDP_TRANSPORT_TLS_CERT=/var/tmp/ocis/.config/idp/server.crt \
|
IDP_TRANSPORT_TLS_CERT=/var/tmp/ocis/.config/idp/server.crt \
|
||||||
IDP_TRANSPORT_TLS_KEY=/var/tmp/ocis/.config/idp/server.key \
|
IDP_TRANSPORT_TLS_KEY=/var/tmp/ocis/.config/idp/server.key \
|
||||||
|
|||||||
@@ -30,7 +30,8 @@ RUN mkdir -p /var/tmp/ocis && \
|
|||||||
|
|
||||||
# default artifact location for autogenerated certificates
|
# default artifact location for autogenerated certificates
|
||||||
# needs to be a static location because of the docker uid switch mechanism
|
# needs to be a static location because of the docker uid switch mechanism
|
||||||
ENV GLAUTH_LDAPS_CERT=/var/tmp/ocis/.config/ldap/ldaps.crt \
|
ENV STORAGE_LDAP_CACERT=/var/tmp/ocis/.config/ldap/ldaps.crt \
|
||||||
|
GLAUTH_LDAPS_CERT=/var/tmp/ocis/.config/ldap/ldaps.crt \
|
||||||
GLAUTH_LDAPS_KEY=/var/tmp/ocis/.config/ldap/ldaps.key \
|
GLAUTH_LDAPS_KEY=/var/tmp/ocis/.config/ldap/ldaps.key \
|
||||||
IDP_TRANSPORT_TLS_CERT=/var/tmp/ocis/.config/idp/server.crt \
|
IDP_TRANSPORT_TLS_CERT=/var/tmp/ocis/.config/idp/server.crt \
|
||||||
IDP_TRANSPORT_TLS_KEY=/var/tmp/ocis/.config/idp/server.key \
|
IDP_TRANSPORT_TLS_KEY=/var/tmp/ocis/.config/idp/server.key \
|
||||||
|
|||||||
Reference in New Issue
Block a user