mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-14 14:58:06 +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 ===
|
=== Build instructions ===
|
||||||
|
|
||||||
|
To build from a distributed release use:
|
||||||
|
|
||||||
|
$ ./configure && make
|
||||||
|
|
||||||
To build from the git repository use:
|
To build from the git repository use:
|
||||||
|
|
||||||
$ autoreconf -fvi
|
$ autoreconf -fvi
|
||||||
$ ./configure && make
|
$ ./configure && make
|
||||||
|
|
||||||
|
=== Installation instructions ===
|
||||||
|
|
||||||
Now you need to generate a certificate. E.g.
|
Now you need to generate a certificate. E.g.
|
||||||
$ certtool --generate-privkey > ./test-key.pem
|
$ certtool --generate-privkey > ./test-key.pem
|
||||||
$ certtool --generate-self-signed --load-privkey test-key.pem --outfile test-cert.pem
|
$ certtool --generate-self-signed --load-privkey test-key.pem --outfile test-cert.pem
|
||||||
|
|||||||
Reference in New Issue
Block a user