From 2183fab2b5e3f050bf9f9b199276699cb5d06778 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Tue, 16 Feb 2021 13:21:29 -0500 Subject: [PATCH] Update developing-with-nats/tutorials/jwt.md Co-authored-by: Colin Sullivan --- developing-with-nats/tutorials/jwt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developing-with-nats/tutorials/jwt.md b/developing-with-nats/tutorials/jwt.md index 79e17dd..b273e33 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -1397,7 +1397,7 @@ If the diagram is cut off, increase available memory and image size limit with t ### Managing Keys Identity keys are extremely important, so you may want to keep them safe and instead hand out more easily replaceable signing keys to operators. -Their importance generally follows the chain of trust with operator keys being more important than account keys. +Key importance generally follows the chain of trust with operator keys being more important than account keys. Furthermore identity keys are more important than signing keys. In the instances where regenerating a completely new identity key of either type is not an option, such as a) too many devices deployed b) too much institutional overhead c) ..., we suggest to backup identity nkeys, take them offline and use exchangeable signing keys instead.