Fix parameter name misprint in Advanced installation example

Oleg Belousov 2018-11-12 13:41:32 +03:00
parent 2768dd7d99
commit f03cffc70f
1 changed files with 1 additions and 1 deletions

@ -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 \