Hello
I buy ssl cer but not works… My server is ubuntu 20 with apache2 server… I edited /etc/apache2/sites-available/librenms.conf with this… but wont work… Anyone with this problem?
<VirtualHost *:443>
DocumentRoot /opt/librenms/html/
ServerName <mycompanydomain.com>
SSLEngine on
SSLCertificateFile /etc/ssl/certs/.crt
SSLCertificateKeyFile /etc/ssl/certs/.key
CustomLog /opt/librenms/logs/access_log combined
ErrorLog /opt/librenms/logs/error_log
AllowEncodedSlashes NoDecode
<Directory “/opt/librenms/html/”>
Require all granted
AllowOverride All
Options FollowSymLinks MultiViews