mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
updated installation instructions
This commit is contained in:
6
README
6
README
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user