Revision: 6133 http://ipcop.svn.sourceforge.net/ipcop/?rev=6133&view=rev Author: owes Date: 2011-11-26 21:49:51 +0000 (Sat, 26 Nov 2011) Log Message: ----------- Certs where uploaded to the wrong place.
Modified Paths: -------------- ipcop/trunk/html/cgi-bin/openvpn.cgi ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3 Modified: ipcop/trunk/html/cgi-bin/openvpn.cgi =================================================================== --- ipcop/trunk/html/cgi-bin/openvpn.cgi 2011-11-25 19:13:44 UTC (rev 6132) +++ ipcop/trunk/html/cgi-bin/openvpn.cgi 2011-11-26 21:49:51 UTC (rev 6133) @@ -1,13 +1,28 @@ #!/usr/bin/perl -# based on SmoothWall and IPCop CGIs # -# This code is distributed under the terms of the GPL +# This file is part of the IPCop Firewall. +# +# IPCop is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# IPCop is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with IPCop. If not, see <http://www.gnu.org/licenses/>. +# # Main idea from zeroconcept # ZERNINA-VERSION:0.9.5b # (c) 2007 Ufuk Altinkaynak # # Ipcop and OpenVPN eas as one two three.. # +# (c) 2007-2011 The IPCop Team +# # $Id$ # @@ -1326,7 +1341,7 @@ } } - $cgiparams{'CERT_NAME'} = &VPN::getCNfromcert ("/var/ipcop/certs/$cgiparams{'NAME'}cert.pem"); + $cgiparams{'CERT_NAME'} = &VPN::getCNfromcert ("/var/ipcop/openvpn/certs/$cgiparams{'NAME'}cert.pem"); if ($cgiparams{'CERT_NAME'} eq '') { unlink ("/var/ipcop/openvpn/certs/$cgiparams{'NAME'}cert.pem"); $errormessage = $Lang::tr{'could not retrieve common name from certificate'}; Modified: ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3 =================================================================== --- ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3 2011-11-25 19:13:44 UTC (rev 6132) +++ ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3 2011-11-26 21:49:51 UTC (rev 6133) @@ -1,4 +1,5 @@ ## please place IPCop files first, then packages sorted by alphabetical order +/home/httpd/cgi-bin/openvpn.cgi /home/httpd/cgi-bin/trafficadm.cgi /home/httpd/cgi-bin/urlfilter.cgi /home/httpd/vhost81/cgi-bin/redirect.cgi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn