Files
ocserv/README
Nikos Mavrogiannopoulos 6606883665 updated readme
2013-02-07 18:26:40 +01:00

14 lines
401 B
Plaintext

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