Merge a54cf7919d9a207bae13e48a3ed6a34fb7031444 into 3d8b682380773f01df0e5abc2ef582c30c663010

This commit is contained in:
Christian 🦄 2025-06-04 22:50:38 +02:00 committed by GitHub
commit 27b7ff6ee5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -238,8 +238,9 @@ 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.
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`.
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`.
**Please take care: The reloadcmd is very important. The cert can be automatically renewed, but, without a correct 'reloadcmd' the cert may not be flushed to your server(like nginx or apache), then your website will not be able to show renewed cert in 60 days.**