Skip to content

Commit 46a6727

Browse files
Bot Updating Templated Files
1 parent 65baffd commit 46a6727

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ docker create \
6565
--name=ldap-auth \
6666
-e TZ=Europe/London \
6767
-e FERNETKEY= `#optional` \
68+
-e CERTFILE= `#optional` \
69+
-e KEYFILE= `#optional` \
6870
-p 8888:8888 \
6971
-p 9000:9000 \
7072
--restart unless-stopped \
@@ -86,6 +88,8 @@ services:
8688
environment:
8789
- TZ=Europe/London
8890
- FERNETKEY= #optional
91+
- CERTFILE= #optional
92+
- KEYFILE= #optional
8993
ports:
9094
- 8888:8888
9195
- 9000:9000
@@ -102,6 +106,8 @@ Container images are configured using parameters passed at runtime (such as thos
102106
| `-p 9000` | the port for ldap login page |
103107
| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London |
104108
| `-e FERNETKEY=` | Optionally define a custom fernet key, has to be base64-encoded 32-byte (only needed if container is frequently recreated, or if using multi-node setups, invalidating previous authentications) |
109+
| `-e CERTFILE=` | Point this to a certificate file to enable HTTP over SSL (HTTPS) for the ldap auth daemon |
110+
| `-e KEYFILE=` | Point this to the private key file, matching the certificate file referred to in CERTFILE |
105111

106112
## Environment variables from files (Docker secrets)
107113

@@ -200,6 +206,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
200206

201207
## Versions
202208

209+
* **27.07.20:** - Add support for HTTP over SSL (HTTPS).
203210
* **21.07.20:** - Add support for optional user defined fernet key.
204211
* **02.06.20:** - Rebasing to alpine 3.12, serve login page at `/ldaplogin` as well as `/login`, to prevent clashes with reverese proxied apps.
205212
* **17.05.20:** - Add support for self-signed CA certs.

0 commit comments

Comments
 (0)