diff options
| author | dcorbacho <dparracorbacho@piotal.io> | 2019-10-08 12:10:51 +0100 |
|---|---|---|
| committer | dcorbacho <dparracorbacho@piotal.io> | 2019-10-08 12:10:51 +0100 |
| commit | 4390ec792102c34eff0fb3e86560d245562c8f39 (patch) | |
| tree | 67a97fbf61ceb7e3c5f133ed0f3ceb3cc595c9da /docs | |
| parent | f201e562052e9963c210718e93bbdc005a58a274 (diff) | |
| download | rabbitmq-server-git-4390ec792102c34eff0fb3e86560d245562c8f39.tar.gz | |
Doc: man pages for certificate commands
[#163597674]
Diffstat (limited to 'docs')
| -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..8f2d2fc181 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 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 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 |
