From 52ffd97d8d73ec9e128103edbcc192ebe441550f Mon Sep 17 00:00:00 2001 From: Stephen Asbury Date: Mon, 23 Sep 2019 13:17:52 -0700 Subject: [PATCH] PR request --- nats_tools/nsc/revocation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats_tools/nsc/revocation.md b/nats_tools/nsc/revocation.md index 8fb5e85..5de05ef 100644 --- a/nats_tools/nsc/revocation.md +++ b/nats_tools/nsc/revocation.md @@ -23,6 +23,6 @@ Available Commands: list_users List users revoked in an account ``` -both add commands take the flag `--at` which defaults to 0, for now, which can be used to set the unix timestamp as described above. By default revocations are at the current time, but you can set them in the past for situations where you know when a problem occurred and was fixed. +Both add commands take the flag `--at` which defaults to 0, for now, which can be used to set the unix timestamp as described above. By default revocations are at the current time, but you can set them in the past for situations where you know when a problem occurred and was fixed. Deleting a revocation is permanent and can allow an old activation or user JWT to be valid again. Therefore delete should only be used if you are sure the tokens in question have expired.