Re: [Pound Mailing List] SSL/Pound Configuration Newbie Question

Jorge Fábregas <[email protected]>
Newsgroups gmane.comp.web.pound.general
Message-ID <[email protected]>
On 07/26/2013 07:27 AM, Dennis Jarecke wrote:
> how do I specify the use of these three files (.crt, .cabundle, .key) in Pound? 

Hi,

I always do them with:

cat server,key website.crt intermediate.crt > pound.pem

...and then I use pound.pem in the Cert line.

- server.key is where your private/public key pair is stored (your .key
in your conf)
- website.crt is your website certificate (your .crt file)
- intermediate.crt is any intermediate cert (I presume it's the SSL-CA
bundle in your conf).

Did you try to cat the 3 files in that order?  Make sure there's no
additional space or weird character at the end of each of these files.

HTH,
Jorge

--
To unsubscribe send an email with subject unsubscribe to [email protected]
Please contact [email protected] for questions.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.