Fix parameter name misprint in Advanced installation example
parent
2768dd7d99
commit
f03cffc70f
|
@ -42,7 +42,7 @@ cd acme.sh
|
||||||
./acme.sh --install \
|
./acme.sh --install \
|
||||||
--home ~/myacme \
|
--home ~/myacme \
|
||||||
--config-home ~/myacme/data \
|
--config-home ~/myacme/data \
|
||||||
--certhome ~/mycerts \
|
--cert-home ~/mycerts \
|
||||||
--accountemail "hi@acme.sh" \
|
--accountemail "hi@acme.sh" \
|
||||||
--accountkey ~/myaccount.key \
|
--accountkey ~/myaccount.key \
|
||||||
--accountconf ~/myaccount.conf \
|
--accountconf ~/myaccount.conf \
|
||||||
|
|
Loading…
Reference in New Issue