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

Command fix for nkeys doc issue #8

This commit is contained in:
Ginger Collison 2019-11-22 09:40:07 -06:00 committed by GitHub
parent a727fcd5e9
commit 0dd2a57ca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ With NKeys the server can verify identity without ever storing secrets on the se
To get started with NKeys, youll need the `nk` tool from [https://github.com/nats-io/nkeys/tree/master/nk](https://github.com/nats-io/nkeys/tree/master/nk) repository. If you have _go_ installed, enter the following at a command prompt:
```bash
> go get github.com/nats-io/nk
> go get github.com/nats-io/nkeys/nk
```
## Generating NKeys and Configuring the Server