From 09662f36fc1d5390f6c4a096c93781418758ec7f Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 30 Jul 2020 16:01:26 +0200 Subject: [PATCH] Added missing command (#138) Added renewcert script command --- _articles/hosting/install-on-premise.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_articles/hosting/install-on-premise.md b/_articles/hosting/install-on-premise.md index 65c1618a..dabbca8f 100644 --- a/_articles/hosting/install-on-premise.md +++ b/_articles/hosting/install-on-premise.md @@ -219,7 +219,8 @@ PowerShell users will run the commands with a prefixed `-` (switch). For example | update | Update all containers and the database. | | updatedb | Update/initialize the database. | | updateself | Update this main script. | -| updateconf | Update all containers without restarting the running instance. | +| updateconf | Update all containers without restarting the running instance. | +| renewcert | Renew certificates. | | rebuild | Rebuild generated installation assets from `config.yml`. | | help | List all commands. |