OSU server: Remove invalid options from documentation
Remove -d and -I options which causes "Illegal option" error. Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
This commit is contained in:
parent
f603c320d3
commit
e37c0aa5d1
1 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue