The parameter should be -m or --email [--m does not work]

master
J. Daniel Medeiros 2021-02-03 12:35:46 -01:00
parent d8dff5e9ca
commit 841fb4c38e
1 changed files with 1 additions and 1 deletions

@ -45,7 +45,7 @@ cd acme.sh
--home ~/myacme \ --home ~/myacme \
--config-home ~/myacme/data \ --config-home ~/myacme/data \
--cert-home ~/mycerts \ --cert-home ~/mycerts \
--m "my@example.com" \ --email "my@example.com" \
--accountkey ~/myaccount.key \ --accountkey ~/myaccount.key \
--accountconf ~/myaccount.conf \ --accountconf ~/myaccount.conf \
--useragent "this is my client." --useragent "this is my client."