Skip to content

Commit

Permalink
docs: fix typo for tls-cert-refresh-period (#4190)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Mahnke <[email protected]>
(cherry picked from commit b3ef19e)
  • Loading branch information
mattmahn authored and srenatus committed Jan 13, 2022
1 parent 7865a05 commit 60abd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ is specified.

The server can track the certificate and key files' contents, and reload them if necessary:

- ``--tls-cert-refresh=<duration>`` specifies how often OPA should check the TLS certificate and
- ``--tls-cert-refresh-period=<duration>`` specifies how often OPA should check the TLS certificate and
private key file for changes (defaults to 0s, disabling periodic refresh). This argument accepts
any duration, such as "30s", "5m" or "24h".

Expand Down

0 comments on commit 60abd4d

Please sign in to comment.