Generate Stunnel certificate

cd /etc/stunnel
sudo openssl genrsa -out mycert.key 2048
sudo openssl req -new -x509 -key mycert.key -out mycert.pem -days 3650
cat mycert.key mycert.pem >> /tmp/stunnel.pem
sudo mv /tmp/stunnel.pem /etc/stunnel/stunnel.pem
tips/generate_stunnel_cert.txt · Last modified: 2023-08-06 19:12 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki