mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 00:52:16 -06:00
cfssl: mention arg 3
This commit is contained in:
parent
801dbc7a9a
commit
3006a07059
|
@ -8,6 +8,7 @@ srv_name="$2"
|
|||
[ -z "$srv_name" ] && {
|
||||
echo "need arg 1: ca name"
|
||||
echo "need arg 2: server name"
|
||||
echo "optional arg 3: if set, write cert into copyparty cfg"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue