pe...@easthope.ca wrote: 
> Hi,
> 
> https://wiki.debian.org/Pan states,
> 
> " ... to generate a RSA Private Key
> #openssl genrsa -out priv.pem
> 
> Generate Certificate
> #openssl req -new -x509 -key priv.pem -out stunnel.pem -days 1095"
> 
> No problem.  I put the two files in /etc/stunnel/.
> 
> Then, 
> "combine priv.pem with stunnel.pem"
> 
> What is meant by combine?  Is there a syntax to put the private and 
> public keys in one file?

cat priv.pem stunnel.pem > combined.pem

-dsr-

Reply via email to