On Fri, May 26, 2023 at 12:05:18PM -0400, Dan Ritter wrote:
> 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

I thought of that, too. Perhaps that's what pkcs12 -export does?

Cheers
-- 
t

Attachment: signature.asc
Description: PGP signature

Reply via email to