You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfiles/web-apache-mysql/README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,16 @@ ZBX_VAULTDBPATH= # Available since 5.2.0
241
241
ZBX_VAULTURL=https://127.0.0.1:8200 # Available since 5.2.0
242
242
VAULT_TOKEN= # Available since 5.2.0
243
243
244
+
ZBX_SERVER_TLS_ACTIVE=false # Available since 7.4.0
245
+
ZBX_SERVER_TLS_CAFILE= # Available since 7.4.0
246
+
ZBX_SERVER_TLS_CA= # Available since 7.4.0
247
+
ZBX_SERVER_TLS_KEYFILE= # Available since 7.4.0
248
+
ZBX_SERVER_TLS_KEY= # Available since 7.4.0
249
+
ZBX_SERVER_TLS_CERTFILE= # Available since 7.4.0
250
+
ZBX_SERVER_TLS_CERT= # Available since 7.4.0
251
+
ZBX_SERVER_TLS_CERT_ISSUER= # Available since 7.4.0
252
+
ZBX_SERVER_TLS_CERT_SUBJECT= # Available since 7.4.0
253
+
244
254
Allowed PHP-FPM configuration options:
245
255
PHP_FPM_PM=dynamic
246
256
PHP_FPM_PM_MAX_CHILDREN=50
@@ -262,6 +272,10 @@ Please follow official Apache2 [documentation](https://httpd.apache.org/docs/2.4
262
272
263
273
The volume allows to use custom certificates for SAML authentification. The volume must contains three files ``sp.key``, ``sp.crt`` and ``idp.crt``. Available since 5.0.0.
264
274
275
+
### ``/var/lib/zabbix/enc``
276
+
277
+
The volume is used to store TLS related files. These file names are specified using ``ZBX_SERVER_TLS_CAFILE``, ``ZBX_SERVER_TLS_KEYFILE`` and ``ZBX_SERVER_TLS_CERTFILE`` variables. Additionally it is possible to use environment variables ``ZBX_SERVER_TLS_CA``, ``ZBX_SERVER_TLS_KEY`` and ``ZBX_SERVER_TLS_CERT`` with plaintext values. Available since 7.4.0.
278
+
265
279
# The image variants
266
280
267
281
The `zabbix-web-apache-mysql` images come in many flavors, each designed for a specific use case.
0 commit comments