From 55eddd7accf2c5f9b0f52b22a010c4c4b7c130d1 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Fri, 6 Feb 2009 19:18:00 -0600 Subject: mv packages to config dir to match web layout --- config/stunnel.xml | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 config/stunnel.xml (limited to 'config/stunnel.xml') diff --git a/config/stunnel.xml b/config/stunnel.xml new file mode 100644 index 00000000..85e43081 --- /dev/null +++ b/config/stunnel.xml @@ -0,0 +1,168 @@ + + + + + + + + Describe your package here + Describe your package requirements here + Currently there are no FAQ items provided. + stunnel + 4.18 + Services: Secure Tunnel + + + STunnel + The stunnel program is designed to work as an SSL encryption wrapper between remote client and local (inetd-startable) or remote server. It can be used to add SSL functionality to commonly used inetd daemons like POP2, POP3, and IMAP servers without any changes in the programs' code. It will negotiate an SSL connection using the OpenSSL or SSLeay libraries. It calls the underlying crypto libraries, so stunnel supports whatever cryptographic algorithms you compiled into your crypto package. +
Services
+ stunnel.xml +
+ + ['installedpackages']['package']['$packagename']['configuration'] + + + + Description + description + + + Listen on IP + localip + + + Listen on Port + localport + + + Redirects to IP + redirectip + + + Redirects to Port + redirectport + + + + + + Description + description + Enter a description for this redirection. + input + + + Listen on IP + localip + Enter the local IP address to bind this redirection to. + input + + + Listen on port + localport + Enter the local port to bind this redirection to. + input + + + Redirects to IP + redirectip + Enter the IP address to redirect this to. + input + + + Redirects to Port + redirectport + Enter the port to redirect to. + input + + + + stunnel + /usr/local/etc/rc.d/stunnel.sh + stunnel + + + /dev/null"); + system("/usr/local/etc/rc.d/stunnel.sh start 2>/dev/null"); + ]]> + + + /dev/null"); + chmod("/usr/local/etc/stunnel/stunnel.pem", 600); + system("/bin/mkdir /var/tmp/stunnel"); + system("/bin/mkdir /var/tmp/stunnel/var"); + system("/bin/mkdir /var/tmp/stunnel/var/tmp"); + system("/usr/sbin/chown -R stunnel:stunnel /var/tmp/stunnel"); + chmod("/var/tmp/stunnel/var/tmp/", 1777); + $fout = fopen("/usr/local/etc/rc.d/stunnel.sh","w"); + system("/usr/sbin/chown -R stunnel:stunnel /var/tmp/stunnel/var/stunnel"); + fwrite($fout, "#!/bin/sh\n"); + fwrite($fout, "# PACKAGE: STunnel\n"); + fwrite($fout, "# EXECUTABLE: stunnel\n"); + fwrite($fout, "/usr/local/sbin/stunnel /usr/local/etc/stunnel/stunnel.conf\n\n"); + fclose($fout); + chmod("/usr/local/etc/rc.d/stunnel.sh", 0555); + ]]> + + + + +
-- cgit v1.2.3