From a54cf7919d9a207bae13e48a3ed6a34fb7031444 Mon Sep 17 00:00:00 2001 From: Christian <43847817+codiflow@users.noreply.github.com> Date: Thu, 13 Apr 2023 15:05:25 +0200 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a9c8a3a..3b8909c0 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ The ownership and permission info of existing files are preserved. You can pre-c Install/copy the cert/key to the production Apache or Nginx path. -There's no need to issue the command `--install-command` again because the given paths are stored inside the configuration file of each certificate (`.acme.sh/example.com_ecc/example.com.conf`). +There's no need to issue the command `--install-cert` again because the given paths are stored inside the configuration file of each certificate (`.acme.sh/example.com_ecc/example.com.conf`). The cert will be renewed every **60** days by default (which is configurable). Once the cert is renewed, the Apache/Nginx service will be reloaded automatically by the command: `service apache2 force-reload` or `service nginx force-reload`.