aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/haproxy_listeners_edit.php
diff options
context:
space:
mode:
authorMax Mack <maximilian.mack@dozeo.com>2013-04-02 12:26:41 +0300
committerMax Mack <maximilian.mack@dozeo.com>2013-04-02 12:26:41 +0300
commit4bd0f6d89188af32e392a668798f9ade286935f1 (patch)
treed717a6a64b33c220978943738f4577da6b8c83b5 /config/haproxy-devel/haproxy_listeners_edit.php
parentfdb500d70615697c453b18d5cae0ff78dfd31c70 (diff)
downloadpfsense-packages-4bd0f6d89188af32e392a668798f9ade286935f1.tar.gz
pfsense-packages-4bd0f6d89188af32e392a668798f9ade286935f1.tar.bz2
pfsense-packages-4bd0f6d89188af32e392a668798f9ade286935f1.zip
Add newline at cert concat
I got an error that haproxy can't load the cert. I looked into it and saw that the two parts are concationated together without a newline. Wrong: -----END CERTIFICATE----------BEGIN RSA PRIVATE KEY----- Correct: -----END CERTIFICATE-----\r\n -----BEGIN RSA PRIVATE KEY----- It works for me now...
Diffstat (limited to 'config/haproxy-devel/haproxy_listeners_edit.php')
0 files changed, 0 insertions, 0 deletions