From baf9d04b3bc9519917656632c1016ca12b9318d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20H=C3=B6sel?= Date: Fri, 7 May 2021 11:41:55 +0200 Subject: [PATCH] docs(step_acme_cert): remove user permission bit --- roles/step_acme_cert/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/step_acme_cert/README.md b/roles/step_acme_cert/README.md index 6eab88b7..e4e8a529 100644 --- a/roles/step_acme_cert/README.md +++ b/roles/step_acme_cert/README.md @@ -30,7 +30,7 @@ before setting up a renewal service using `step-cli ca renew`s `--daemon` mode. - Required: Yes ##### `step_acme_cert_webroot_path` -- If set, this role will use `step-cli`s webroot mode to get a new certificate. You need to make sure that `step_service_user` has write permissions in this directory. +- If set, this role will use `step-cli`s webroot mode to get a new certificate. - If empty, this role will use the standalone mode instead, causing `step-cli` to bind itself to port 80. Make sure that no other services are listening on this port. Note that `step-cli` only needs to bind to this port when getting a *new* certificate. It does not need to bind if it is only *renewing* a certificate. - Default: ""