From ce6a608bd0c85e080a144885b9666fecce2974b8 Mon Sep 17 00:00:00 2001 From: Ivan Jaramillo <209630+pkarc@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:36:26 -0500 Subject: [PATCH 1/2] Update multiserver_setup.md Fix typo, I struggle trying to understand what c/c stands for. --- crowdsec-docs/unversioned/user_guides/multiserver_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdsec-docs/unversioned/user_guides/multiserver_setup.md b/crowdsec-docs/unversioned/user_guides/multiserver_setup.md index cb669e86c..5fc91f6d8 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 c/p 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** From cb91ce93f302c2e115e3a6ae521e55af057c3c29 Mon Sep 17 00:00:00 2001 From: Laurence Jones Date: Thu, 17 Oct 2024 13:22:54 +0100 Subject: [PATCH 2/2] Update multiserver_setup.md Use the word instead of a abbreviation --- crowdsec-docs/unversioned/user_guides/multiserver_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdsec-docs/unversioned/user_guides/multiserver_setup.md b/crowdsec-docs/unversioned/user_guides/multiserver_setup.md index 5fc91f6d8..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/p 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**