2013-02-22 19:36:43 +01:00
2013-02-10 13:41:00 +01:00
2013-02-22 19:35:50 +01:00
2013-02-06 09:20:08 +01:00
2013-02-16 16:40:41 +01:00
2013-02-19 21:30:05 +01:00
2013-01-13 11:25:05 +01:00
2013-02-16 16:40:41 +01:00
2013-02-08 22:31:09 +01:00
2013-01-13 11:25:05 +01:00
2013-02-12 18:57:05 +01:00
2013-02-20 18:35:33 +01:00
2013-02-12 18:57:05 +01:00
2013-02-22 19:35:50 +01:00

=== About ===

This program is openconnect VPN server (ocserv), a server compatible with the
openconnect VPN client [0]. It is believed to be compatible with the protocol
used by CISCO's AnyConnect SSL VPN. 

[0]. http://www.infradead.org/openconnect/

=== Build instructions ===

To build from the git repository use:

$ autoreconf -fvi
$ ./configure && make

Now you need to generate a certificate. E.g.
$ certtool --generate-privkey > ./test-key.pem
$ certtool --generate-self-signed --load-privkey test-key.pem --outfile test-cert.pem
(make sure you enable encryption or signing)

To run the server edit the src/sample.config and then run:
# src/ocserv -f -c src/sample.config

Description
No description provided
Readme 7.8 MiB
Languages
C 76.8%
Shell 16.5%
M4 4.5%
Roff 1.1%
Makefile 0.8%
Other 0.3%