From c17db263c0608057a90ebe42e2e73c63c4058afc Mon Sep 17 00:00:00 2001 From: BeatBurgener <32803866+BeatBurgener@users.noreply.github.com> Date: Sat, 6 Feb 2021 21:39:51 +0100 Subject: [PATCH] Updated account email parameter in Paragraph 4 --- How-to-install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-to-install.md b/How-to-install.md index 27fff7a..9711627 100644 --- a/How-to-install.md +++ b/How-to-install.md @@ -45,7 +45,7 @@ cd acme.sh --home ~/myacme \ --config-home ~/myacme/data \ --cert-home ~/mycerts \ ---email "my@example.com" \ +--accountemail "my@example.com" \ --accountkey ~/myaccount.key \ --accountconf ~/myaccount.conf \ --useragent "this is my client." @@ -58,7 +58,7 @@ Explanations : - `--home` is a customized dir to install `acme.sh` in. By default, it installs into `~/.acme.sh` - `--config-home` is a writable folder, acme.sh will write all the files(including cert/keys, configs) there. By default, it's in `--home` - `--cert-home` is a customized dir to save the certs you issue. By default, it's saved in `--config-home`. -- `--m` is the email used to register an account to Let's Encrypt, you will receive a renewal notice email here. +- `--accountemail ` is the email used to register an account to Let's Encrypt, you will receive a renewal notice email here. - `--accountkey` is the file saving your account private key. By default, it's saved in `--config-home`. - `--user-agent` is the user-agent header value used to send to Let's Encrypt.