Files
stunnel/stunnel.README
Andreas Vetter dfcdb1687f - Update to version 5.74:
* Bugfixes
    - Fixed a stapling cache deallocation crash.
    - Fixed "redirect" with protocol negotiation.
  * Features
    - "protocolHost" support for "socks" protocol clients.
    - More detailed logs in OpenSSL 3.0 or later.

OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=178
2025-01-07 10:53:04 +00:00

12 lines
402 B
Plaintext

To create a new certificate, execute the following OpenSSL command:
(umask 077; \
/usr/bin/openssl req -new -x509 -days 365 -nodes \
-config /usr/share/doc/packages/stunnel/openssl.cnf \
-out /etc/stunnel/stunnel.pem -keyout /etc/stunnel/stunnel.pem)
Starting with v4, stunnel uses a configuration file.
Via the stunnel3 wrapper you can run stunnel with v3-style cmdline arguments.