Fix parameter name misprint in Advanced installation example

Oleg Belousov 2018-11-12 13:41:32 +03:00
parent 2768dd7d99
commit f03cffc70f

@ -42,7 +42,7 @@ cd acme.sh
./acme.sh --install \
--home ~/myacme \
--config-home ~/myacme/data \
--certhome ~/mycerts \
--cert-home ~/mycerts \
--accountemail "hi@acme.sh" \
--accountkey ~/myaccount.key \
--accountconf ~/myaccount.conf \