Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add server page to web pages
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
nmav authored and David Woodhouse committed Feb 13, 2013
1 parent 09c69d7 commit 91462d2
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
2 changes: 1 addition & 1 deletion www/Makefile.am
Expand Up @@ -6,7 +6,7 @@ CONV = "$(srcdir)/html.py"
FTR_PAGES = csd.html features.html gui.html nonroot.html
START_PAGES = building.html connecting.html manual.html vpnc-script.html
INDEX_PAGES = changelog.html download.html index.html packages.html platforms.html
TOPLEVEL_PAGES = contribute.html mail.html technical.html
TOPLEVEL_PAGES = contribute.html mail.html technical.html server.html

ALL_PAGES = $(FTR_PAGES) $(START_PAGES) $(INDEX_PAGES) $(TOPLEVEL_PAGES)

Expand Down
1 change: 1 addition & 0 deletions www/menu1.xml
Expand Up @@ -6,6 +6,7 @@
<MENU topic="Mailing List / Help" link="VAR_ORIGINmail.html" mode="VAR_SEL_MAIL" />
<MENU topic="Contribute" link="VAR_ORIGINcontribute.html" mode="VAR_SEL_CONTRIBUTE" />
<MENU topic="Technical stuff" link="VAR_ORIGINtechnical.html" mode="VAR_SEL_TECHNICAL" />
<MENU topic="VPN Server" link="VAR_ORIGINserver.html" mode="VAR_SEL_SERVER" />
<MENU topic="OpenConnect VPN client" link="" mode="text" />
<ENDMENU />
</PAGE>
40 changes: 40 additions & 0 deletions www/server.xml
@@ -0,0 +1,40 @@
<PAGE>
<VAR match="VAR_ORIGIN" replace="" />
<VAR match="VAR_CVSID" replace=""/>
<INCLUDE file="inc/header.tmpl" />

<VAR match="VAR_SEL_SERVER" replace="selected" />
<PARSE file="menu1.xml" />

<INCLUDE file="inc/content.tmpl" />

<h2>OpenConnect VPN Server</h2>

<p>
OpenConnect VPN server (ocserv), is a server implementing the AnyConnect
protocol and is compatible with the OpenConnect VPN client.
</p>

<h2>Features</h2>

<ul>
<li>Supports both TCP and UDP VPN tunnels using TLS and Datagram TLS.</li>
<li>Support for the server key being stored in TPM, a hardware security module (HSM), or
even smart card.</li>
<li>Authentication using PAM (username-password), certificates or both.</li>
<li>Privilege separation between the main process and the VPN
workers.</li>
<li>Registers VPN leases to UTMP and WTMP files.</li>
<li>Persistent storage of cookies, to allow a seamless server
restart.</li>
</ul>

<h2>Latest sources</h2>

<p>The latest source code is available from the git repository at:</p>
<ul><li><tt>git://git.infradead.org/ocserv.git</tt><br/>or browseable in gitweb at:</li>
<li><a href="http://git.infradead.org/ocserv.git">
http://git.infradead.org/ocserv.git</a></li></ul>

<INCLUDE file="inc/footer.tmpl" />
</PAGE>

0 comments on commit 91462d2

Please sign in to comment.