From 3bc4d9fc69450cfc369040f717f7706c5d1a04ecd267295c9eceadb3f224706d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 23 Jun 2006 10:15:06 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=3 --- stunnel.README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 stunnel.README diff --git a/stunnel.README b/stunnel.README new file mode 100644 index 0000000..4c5a5dc --- /dev/null +++ b/stunnel.README @@ -0,0 +1,10 @@ + +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/stunnel.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. +