Trying to setup Pound for the first time under FreeBSD 11.2 with Let’s Encrypt 
certs.

User    "www"
group   "www"

ListenHTTP
        address <myMachinesExternalIP>
        port 80
end
ListenHTTPS
        address <myMachinesExternalIP>
        port 443
        Cert "/usr/local/etc/dehydrated/certs/fullchain.pem”
End

I have tried cert.pem and privkey.pem with the same error

# service pound start
Starting pound.
starting...
/usr/local/etc/pound.cfg line 11: SSL_CTX_use_PrivateKey_file failed - aborted
/usr/local/etc/rc.d/pound: WARNING: failed to start pound

Is this a read error? Do I need to create a copy of the certs exclusively for 
pound? Do I need to run it as root?


-- 
"Rosa sat, so Martin could walk. Martin walked, so Obama could run.
Obama ran, so our children can fly." (paraphrased from NPR)


--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to