diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2019-10-08 09:59:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-08 09:59:02 -0500 |
| commit | d665c1cb7484db89179214507d35b77c13585ef5 (patch) | |
| tree | 5bc6425f28173582d16338a714d50ec67467ba49 | |
| parent | f201e562052e9963c210718e93bbdc005a58a274 (diff) | |
| parent | 66185de33eff9e4a14d8cb94c861eaeb9daca57d (diff) | |
| download | rabbitmq-server-git-d665c1cb7484db89179214507d35b77c13585ef5.tar.gz | |
Merge pull request #2133 from rabbitmq/check-certificates
Doc: man pages for certificate commands
| -rw-r--r-- | docs/rabbitmq-diagnostics.8 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/rabbitmq-diagnostics.8 b/docs/rabbitmq-diagnostics.8 index 754506c1bd..6c9b636c3c 100644 --- a/docs/rabbitmq-diagnostics.8 +++ b/docs/rabbitmq-diagnostics.8 @@ -231,6 +231,14 @@ Example: .Sp .Dl rabbitmq-diagnostics alarms .\" ------------------------------------ +.It Cm certificates +.Pp +Displays the node certificates for every listener on target node that is configured to use TLS. +.Pp +Example: +.sp +.Dl rabbitmq-diagnostics certificates +.\" ------------------------------------ .It Cm check_alarms .Pp Health check that fails (returns with a non-zero code) if there are alarms @@ -244,6 +252,25 @@ Example: .Sp .Dl rabbitmq-diagnostics check_alarms .\" ------------------------------------ +.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 on target node that is configured to use TLS. +Supported time units are: +.Bl -bullet +.It +days +.It +weeks +.It +months +.It +years +.El +.Pp +Example: +.Sp +.Dl rabbitmq-diagnostics check_certificate_expiration --unit weeks --within 6 +.\" ------------------------------------ .It Cm check_local_alarms .Pp Health check that fails (returns with a non-zero code) if there are alarms |
