diff --git a/crowdsec-docs/unversioned/user_guides/multiserver_setup.md b/crowdsec-docs/unversioned/user_guides/multiserver_setup.md index cb669e86c..9057bc9ec 100644 --- a/crowdsec-docs/unversioned/user_guides/multiserver_setup.md +++ b/crowdsec-docs/unversioned/user_guides/multiserver_setup.md @@ -19,7 +19,7 @@ A typical multi server setup should thus have: - The agent should be registered to the local api **Using login/password authentication** - - By running `cscli machines add MyMachine` on the LAPI (and c/c the generated credentials to the agent) + - By running `cscli machines add MyMachine` on the LAPI (and copy the generated credentials to the agent) - or by running `cscli lapi register --machine MyMachine --url http://` on the agent and accepting the machine from LAPI with `cscli machines validate MyMachine` **Using client cert authentication**