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

Merge pull request #20 from nats-io/remove_nkey_flag

replace no-nkey-support-in-tools
This commit is contained in:
Ginger Collison 2019-05-31 13:25:54 -05:00 committed by GitHub
commit 5c9674a0de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ">"
```