All you need to do is following,
./openssl req -new -nodes -keyout certname.key -out certname.csr

This will generate two files one with .csr and the other .key extension.
Send the CSR to the provider (Thwarte, Entrust) and get your certificate
content back from them. Create a new file on your pound server
certname.cert.pem (you can name anything you like with just .pem extension).
In this file,  first copy the content of .key file and right after that copy
the certificate content you recevied from the provider in this file. That
should do it.

Thanks,


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

Reply via email to