updated installation instructions

This commit is contained in:
Nikos Mavrogiannopoulos
2013-02-23 20:02:59 +01:00
parent b3e6f486cf
commit 6f2e6ce82a

6
README
View File

@@ -9,11 +9,17 @@ used by CISCO's AnyConnect SSL VPN.
=== Build instructions ===
To build from a distributed release use:
$ ./configure && make
To build from the git repository use:
$ autoreconf -fvi
$ ./configure && make
=== Installation instructions ===
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