gravitl / netmaker

Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
https://netmaker.io
Other
9.4k stars 547 forks source link

In Agent Setup steps need to clarify "create a key" #127

Closed bmullan closed 3 years ago

bmullan commented 3 years ago

I want to clarify a sentence in the In the Non-Docker install steps.

In Agent Setup, Step 3 it says:

Create a key or enable manual node signup at the network level

Is "Create a key"... simply using something like: ssh –keygen –t rsa 4096

or something else?

afeiszli commented 3 years ago

That would be creating an "Access Key" via the Netmaker UI or API:

https://github.com/gravitl/netmaker/blob/master/docs/API.md#access-keys

bmullan commented 3 years ago

thanks...