From 2f5b261262de4616cf35e9c3108e4720d76d9374 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 23 Apr 2015 16:02:42 +0200 Subject: [PATCH] README: updated command for test server --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 5988404e..a8b9f067 100644 --- a/README +++ b/README @@ -68,7 +68,7 @@ $ certtool --generate-self-signed --load-privkey test-key.pem --outfile test-cer (make sure you enable encryption or signing) To run the server on the foreground edit the doc/sample.config and then run: -# src/ocserv -f -c src/sample.config +# cd doc && ../src/ocserv -f -c sample.config === Profiling ===