From 22151bbe69e72c092bad77972ed7deb02e8a261f Mon Sep 17 00:00:00 2001 From: ainsley Date: Fri, 31 May 2019 13:24:11 -0500 Subject: [PATCH] replace no-nkey-support-in-tools --- nats_server/nkey_auth.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nats_server/nkey_auth.md b/nats_server/nkey_auth.md index 127687a..81bc923 100644 --- a/nats_server/nkey_auth.md +++ b/nats_server/nkey_auth.md @@ -61,10 +61,4 @@ const nc = NATS.connect({ The client provides a function that it uses to parse the seed (the private key) and sign the connection challenge. -Other NATS tooling such as `nats-pub` and `nats-sub` can directly use nkeys: - -```text -nats-sub -nkey /path/to/file/storing/seed ">" -``` -