Skip to content

Commit

Permalink
docs(step_acme_cert): remove user permission bit
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel authored May 7, 2021
1 parent 54a5dfb commit baf9d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/step_acme_cert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit baf9d04

Please sign in to comment.