[PATCH] OSU server: Remove invalid options from documentation
Masashi Honma
masashi.honma at gmail.com
Sat Feb 11 01:38:23 PST 2017
Remove -d and -I options which causes "Illegal option" error.
Signed-off-by: Masashi Honma <masashi.honma at gmail.com>
---
hs20/server/hs20-osu-server.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hs20/server/hs20-osu-server.txt b/hs20/server/hs20-osu-server.txt
index 001d6f2..20774a6 100644
--- a/hs20/server/hs20-osu-server.txt
+++ b/hs20/server/hs20-osu-server.txt
@@ -110,8 +110,8 @@ cd ca
./clean.sh
rm -fr rootCA"
old_hostname=myserver.local
-./setup.sh -C "Hotspot 2.0 Trust Root CA - CT" -d $old_hostname \
- -I "Hotspot 2.0 Intermediate CA - CT" -o $old_hostname-osu-client \
+./setup.sh -C "Hotspot 2.0 Trust Root CA - CT" \
+ -o $old_hostname-osu-client \
-O $old_hostname-oscp -p lanforge -S $old_hostname \
-V $old_hostname-osu-revoked \
-m local -u http://$old_hostname:8888/
--
2.7.4
More information about the Hostap
mailing list