From 3781b63ae4abcfd85d744d4535bc3ef1d9ace2db Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Thu, 24 Oct 2019 12:00:55 -0500 Subject: [PATCH] Update dir_store.md --- nats-tools/nas/dir_store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-tools/nas/dir_store.md b/nats-tools/nas/dir_store.md index c0ee83c..cf5018b 100644 --- a/nats-tools/nas/dir_store.md +++ b/nats-tools/nas/dir_store.md @@ -34,7 +34,7 @@ Starting the server: On a new store, the server doesn't have any JWTs. This means that any nats-server that attempts to resolve accounts will fail. To add JWTs to the server, you can use a tool like [`curl` to post request](dir_store.md#add/using-curl-to-add-or-update-accounts). But it is much easier if you use `nsc` to update the nats-account-server. -## Using NSC to And or Update Accounts +## Using NSC to Add or Update Accounts The `nsc` tool has built-in facilities to `push` JWTs related to an operator. The tool also performs validation of your JWTs to ensure that you push JWTs that will validate correctly.