mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-10 00:47:51 +02:00
Added OpenSSL package to server and sqlite3 images. Required to perform rehash of added CA certificates
This commit is contained in:
@ -69,6 +69,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
libcurl \
|
||||
libevent \
|
||||
openldap \
|
||||
openssl \
|
||||
libssh \
|
||||
libxml2 \
|
||||
net-snmp-agent-libs \
|
||||
|
@ -262,6 +262,8 @@ update_zbx_config() {
|
||||
else
|
||||
update_config_var $ZBX_CONFIG "AllowRoot" "1"
|
||||
fi
|
||||
|
||||
command -v openssl >/dev/null 2>&1 && openssl rehash -v "$ZABBIX_USER_HOME_DIR/ssl/ssl_ca/" 1>/dev/null
|
||||
}
|
||||
|
||||
clear_zbx_env() {
|
||||
|
Reference in New Issue
Block a user