[ALERT] 092/220547 (13988) : parsing [/usr/local/etc/haproxy.conf:37] : 'bind 1.2.3.4:443' : unable to load SSL private key from PEM file '/var/etc/haproxy/ssl/58924ec1d2166.pem'.[ALERT] 092/220547 (13988) : parsing [/usr/local/etc/haproxy.conf:56] : 'bind 1.2.3.4:4443' : unable to load SSL private key from PEM file '/var/etc/haproxy/ssl/58924ec1d2166.pem'.[ALERT] 092/220547 (13988) : Error(s) found in configuration file : /usr/local/etc/haproxy.conf[ALERT] 092/220547 (13988) : Proxy 'fqdn_A': no SSL certificate specified for bind '1.2.3.4:443' at [/usr/local/etc/haproxy.conf:37] (use 'crt').[ALERT] 092/220547 (13988) : Proxy 'fqdn_B': no SSL certificate specified for bind '1.2.3.4:4443' at [/usr/local/etc/haproxy.conf:56] (use 'crt').[ALERT] 092/220547 (13988) : Fatal errors found in configuration.
-----END RSA PRIVATE KEY----------BEGIN CERTIFICATE-----
$pem_content .= "\n" . $ca;
The fix is to change line 80 in /usr/local/opnsense/scripts/OPNsense/HAProxy/exportCerts.php to:Code: [Select]$pem_content .= "\n" . $ca;
Although I've read the Development Manual for the second time now I can't find any info how to contribute