On Fri, May 26, 2023 at 08:00:50AM -0700, 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?
Something along the lines openssl -export -inkey <your-priv-key> -in <your-pub-cert> -out cert.pfx perhaps. HTH -- t
signature.asc
Description: PGP signature