Hello, Is possible to create .pem file from .crt or .key files? (For use the existing Let's Encrypt certificates in /var/www/clients/clientID/ssl/) https://www.howtoforge.com/tutorial...nit-on-debian/2/#-install-and-configure-monit Best regards
you can cat .crt and .key files > .pem i believe? For example: Code: cat /usr/local/ispconfig/interface/ssl/ispserver.{key,crt} > /usr/local/ispconfig/interface/ssl/ispserver.pem
Maybe this post will help me to solve it. https://www.howtoforge.com/communit...ce-postfix-dovecot-tls-pure-ftpd-monit.75546/
You could also check the 000-ispconfig.vhost, maybe use the ssl settings from that file in the munin apache24.conf
Check https://www.howtoforge.com/community/threads/howto-munin-https-on-multiserver.77906/#post-368562