diff options
author | Max Mack <maximilian.mack@dozeo.com> | 2013-04-02 12:26:41 +0300 |
---|---|---|
committer | Max Mack <maximilian.mack@dozeo.com> | 2013-04-02 12:26:41 +0300 |
commit | 4bd0f6d89188af32e392a668798f9ade286935f1 (patch) | |
tree | d717a6a64b33c220978943738f4577da6b8c83b5 /config/Fit123/ddns.xml | |
parent | fdb500d70615697c453b18d5cae0ff78dfd31c70 (diff) | |
download | pfsense-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/Fit123/ddns.xml')
0 files changed, 0 insertions, 0 deletions