Zabbix 3.0 Manualfor SSL keys: mkdir -p /etc/httpd/ssl/private chmod 700 /etc/httpd/ssl/private Create SSL certificate: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/httpd/ssl/private/apache-selfsigned ned.key -out /etc/httpd/ssl/apache-selfsigned.crt Fill out the prompts appropriately. The most important line is the one that requests the Common Name. You need to enter the domain name that you want configuration: /etc/httpd/conf.d/ssl.conf DocumentRoot "/usr/share/zabbix" ServerName example.com:443 SSLCertificateFile /etc/httpd/ssl/apache-selfsigned.crt SSLCertificateKeyFile /etc/httpd/ssl/private/apache-selfsigned0 码力 | 1074 页 | 12.04 MB | 1 年前3
Zabbix 4.0 Manualfor SSL keys: mkdir -p /etc/httpd/ssl/private chmod 700 /etc/httpd/ssl/private Create SSL certificate: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/httpd/ssl/private/apache-selfsigned ned.key -out /etc/httpd/ssl/apache-selfsigned.crt Fill out the prompts appropriately. The most important line is the one that requests the Common Name. You need to enter the domain name that you want configuration: /etc/httpd/conf.d/ssl.conf DocumentRoot "/usr/share/zabbix" ServerName example.com:443 SSLCertificateFile /etc/httpd/ssl/apache-selfsigned.crt SSLCertificateKeyFile /etc/httpd/ssl/private/apache-selfsigned0 码力 | 1365 页 | 16.69 MB | 1 年前3
Zabbix 4.4 Manualfor SSL keys: mkdir -p /etc/httpd/ssl/private chmod 700 /etc/httpd/ssl/private Create SSL certificate: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/httpd/ssl/private/apache-selfsigned ned.key -out /etc/httpd/ssl/apache-selfsigned.crt Fill out the prompts appropriately. The most important line is the one that requests the Common Name. You need to enter the domain name that you want configuration: /etc/httpd/conf.d/ssl.conf DocumentRoot "/usr/share/zabbix" ServerName example.com:443 SSLCertificateFile /etc/httpd/ssl/apache-selfsigned.crt SSLCertificateKeyFile /etc/httpd/ssl/private/apache-selfsigned0 码力 | 1393 页 | 16.55 MB | 1 年前3
Zabbix 4.2 Manualfor SSL keys: mkdir -p /etc/httpd/ssl/private chmod 700 /etc/httpd/ssl/private Create SSL certificate: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/httpd/ssl/private/apache-selfsigned ned.key -out /etc/httpd/ssl/apache-selfsigned.crt 44 Fill out the prompts appropriately. The most important line is the one that requests the Common Name. You need to enter the domain name that you configuration: /etc/httpd/conf.d/ssl.conf DocumentRoot "/usr/share/zabbix" ServerName example.com:443 SSLCertificateFile /etc/httpd/ssl/apache-selfsigned.crt SSLCertificateKeyFile /etc/httpd/ssl/private/apache-selfsigned0 码力 | 1270 页 | 15.64 MB | 1 年前3
Zabbix 5.0 Manualfor SSL keys: mkdir -p /etc/httpd/ssl/private chmod 700 /etc/httpd/ssl/private Create SSL certificate: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/httpd/ssl/private/apache-selfsigned ned.key -out /etc/httpd/ssl/apache-selfsigned.crt Fill out the prompts appropriately. The most important line is the one that requests the Common Name. You need to enter the domain name that you want configuration: /etc/httpd/conf.d/ssl.conf DocumentRoot "/usr/share/zabbix" ServerName example.com:443 SSLCertificateFile /etc/httpd/ssl/apache-selfsigned.crt SSLCertificateKeyFile /etc/httpd/ssl/private/apache-selfsigned0 码力 | 1561 页 | 28.27 MB | 1 年前3
Zabbix 3.4 Manualfor SSL keys: mkdir -p /etc/httpd/ssl/private chmod 700 /etc/httpd/ssl/private Create SSL certificate: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/httpd/ssl/private/apache-selfsigned ned.key -out /etc/httpd/ssl/apache-selfsigned.crt Fill out the prompts appropriately. The most important line is the one that requests the Common Name. You need to enter the domain name that you want configuration: /etc/httpd/conf.d/ssl.conf DocumentRoot "/usr/share/zabbix" ServerName example.com:443 SSLCertificateFile /etc/httpd/ssl/apache-selfsigned.crt SSLCertificateKeyFile /etc/httpd/ssl/private/apache-selfsigned0 码力 | 1136 页 | 15.03 MB | 1 年前3
Zabbix 3.2 ManualRHEL/Centos, install mod_ssl package: yum install mod_ssl Create directory for SSL keys: mkdir /etc/httpd/ssl Add settings for SSL setup: Country Name (2 letter code) [XX]: State or Province Name (full configuration: /etc/httpd/conf.d/ssl.conf DocumentRoot "/usr/share/zabbix" ServerName localhost:443 SSLCertificateFile /etc/httpd/ssl/apache.crt SSLCertificateKeyFile /etc/httpd/ssl/apache.key Restart Restart the Apache service to apply the changes: systemctl restart httpd.service Enabling Zabbix on root directory of URL Add a virtual host to Apache configuration and set permanent redirect for document0 码力 | 1012 页 | 12.11 MB | 1 年前3
Zabbix 5.0 Manual-p /etc/httpd/ssl/private chmod 700 /etc/httpd/ssl/private 创建 SSL 证书: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/httpd/ssl/private/apache-selfsigned.key -out /etc/httpd/ssl/apache-selfsigned SSL 配置: /etc/httpd/conf.d/ssl.conf DocumentRoot "/usr/share/zabbix" ServerName example.com:443 SSLCertificateFile /etc/httpd/ssl/apache-selfsigned.crt SSLCertificateKeyFile /etc/httpd/ssl/private/apache-selfsigned systemctl restart httpd.service Web server hardening 在 URL 的根目录上启用 Zabbix 将虚拟主机添加到 Apache 配置,并将文档根目录的永久重定向设置为 Zabbix SSL URL。不要忘记将 example.com 替换为服务器的实际 名称。 /etc/httpd/conf/httpd.conf #Add lines0 码力 | 2715 页 | 28.60 MB | 1 年前3
Zabbix 6.4 ManualSSL keys: mkdir -p /etc/httpd/ssl/private chmod 700 /etc/httpd/ssl/private Create the SSL certificate: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/httpd/ssl/private/apache-selfsigned igned.key -out /etc/httpd/ssl/apache-selfsigned.crt Fill out the prompts appropriately. The most important line is the one that requests the Common Name. You need to enter the domain name that you want configuration file (/etc/httpd/conf.d/ssl.conf): DocumentRoot "/usr/share/zabbix" ServerName example.com:443 SSLCertificateFile /etc/httpd/ssl/apache-selfsigned.crt SSLCertificateKeyFile /etc/httpd/ssl/private/apache-selfsigned0 码力 | 1885 页 | 29.12 MB | 1 年前3
Zabbix 7.0 ManualSSL keys: mkdir -p /etc/httpd/ssl/private chmod 700 /etc/httpd/ssl/private Create the SSL certificate: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/httpd/ssl/private/apache-selfsigned igned.key -out /etc/httpd/ssl/apache-selfsigned.crt Fill out the prompts appropriately. The most important line is the one that requests the Common Name. You need to enter the domain name that you want configuration file (/etc/httpd/conf.d/ssl.conf): DocumentRoot "/usr/share/zabbix" ServerName example.com:443 SSLCertificateFile /etc/httpd/ssl/apache-selfsigned.crt SSLCertificateKeyFile /etc/httpd/ssl/private/apache-selfsigned0 码力 | 1949 页 | 31.91 MB | 1 年前3
共 26 条
- 1
- 2
- 3













