1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Update developing-with-nats/tutorials/jwt.md

Co-authored-by: Colin Sullivan <colin@synadia.com>
This commit is contained in:
Matthias Hanel 2021-02-16 13:21:29 -05:00 committed by GitHub
parent 4c2bb8ed74
commit 2183fab2b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.