diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2019-10-08 09:58:36 -0500 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-10-08 09:58:36 -0500 |
| commit | 66185de33eff9e4a14d8cb94c861eaeb9daca57d (patch) | |
| tree | 5bc6425f28173582d16338a714d50ec67467ba49 /docs | |
| parent | 4390ec792102c34eff0fb3e86560d245562c8f39 (diff) | |
| download | rabbitmq-server-git-66185de33eff9e4a14d8cb94c861eaeb9daca57d.tar.gz | |
Clarify that the certificate commands are node-local
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq-diagnostics.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmq-diagnostics.8 b/docs/rabbitmq-diagnostics.8 index 8f2d2fc181..6c9b636c3c 100644 --- a/docs/rabbitmq-diagnostics.8 +++ b/docs/rabbitmq-diagnostics.8 @@ -233,7 +233,7 @@ Example: .\" ------------------------------------ .It Cm certificates .Pp -Displays the node certificates for every listener configured to use TLS. +Displays the node certificates for every listener on target node that is configured to use TLS. .Pp Example: .sp @@ -254,7 +254,7 @@ Example: .\" ------------------------------------ .It Cm check_certificate_expiration Oo Fl -unit Ar time_unit Oc Op Fl -within Ar seconds .Pp -Checks the expiration date on the certificates for every listener configured to use TLS. +Checks the expiration date on the certificates for every listener on target node that is configured to use TLS. Supported time units are: .Bl -bullet .It |
