diff options
author | Matthew Grooms <mgrooms@pfsense.org> | 2008-09-17 05:44:01 +0000 |
---|---|---|
committer | Matthew Grooms <mgrooms@pfsense.org> | 2008-09-17 05:44:01 +0000 |
commit | 68669f0ebca6c7412c5ca9d547d231d26be7568c (patch) | |
tree | 6f42ce1a8ca9882361c534864b9c3ad9bbd73e43 /packages/openvpn-client-export/readme.txt | |
parent | 889e05522e612ba736e5bef157130cf1273f72b6 (diff) | |
download | pfsense-packages-68669f0ebca6c7412c5ca9d547d231d26be7568c.tar.gz pfsense-packages-68669f0ebca6c7412c5ca9d547d231d26be7568c.tar.bz2 pfsense-packages-68669f0ebca6c7412c5ca9d547d231d26be7568c.zip |
Add a new OpenVPN client configuration and installer export package. It
will create and export a config file or pre-configured windows installer
based on the server configuration and user information.
Diffstat (limited to 'packages/openvpn-client-export/readme.txt')
-rwxr-xr-x | packages/openvpn-client-export/readme.txt | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/packages/openvpn-client-export/readme.txt b/packages/openvpn-client-export/readme.txt new file mode 100755 index 00000000..c1c0e3b7 --- /dev/null +++ b/packages/openvpn-client-export/readme.txt @@ -0,0 +1,44 @@ +pfSense OpenVPN Client Export Package
+-------------------------------------
+
+This package includes a webConfigurator interface that allows for easy
+expory of user based OpenVPN configurations and pre-configured windows
+installer packages.
+
+Contents
+--------
+client-export - tgz archive root path
+client-export/vpn_openvpn_export.php - pfSense php interface code
+client-export/template - installer template path
+client-export/template/7zS.sfx - 7zip windows self extractor
+client-export/template/config-import - 7zip sfx configuration
+client-export/template/config-standard - 7zip sfx configuration
+client-export/template/procchain.exe - process chain utility
+client-export/template/openvpn-install.exe - openvpn installer
+client-export/template/openvpn-postinstall.exe - post installer
+client-export/template/procchain-import - procchain configuration
+client-export/template/procchain-standard - procchain configuration
+client-export/template/config - OpenVPN configuration import path
+source/openvpn-postinstall.nsi - post install NSIS script
+source/openvpn-postinstall.ico - post install icon
+source/procchain.cpp - C++ source for process chain utility
+openvpn-client-export.inc - pfSense php pagkage include file
+openvpn-client-export.xml - pfSense xml package description
+
+Configuration
+-------------
+Before the package can be used, place the OpenVPN installer of your
+choice in the template directory and name it 'openvpn-install.exe'.
+Then use tar to archive the entire client-export directory from the
+root package directory using the following command ...
+
+tar zcvf openvpn-client-export.tgz client-export
+
+With the archive created, you will have three relevent files in the
+root package directory ...
+
+openvpn-client-export.inc
+openvpn-client-export.tgz
+openvpn-client-export.xml
+
+These files are the only files required for distribution.
|