From 94608fd3da2f57daef85d4b23a614c44d59f0526 Mon Sep 17 00:00:00 2001 From: AK <arjan@eventinfra.org> Date: Mon, 24 Jul 2023 21:59:37 +0000 Subject: [PATCH] Update network.md --- docs/network.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/network.md b/docs/network.md index 1f5d4de..85d70c2 100644 --- a/docs/network.md +++ b/docs/network.md @@ -44,6 +44,7 @@ You might think: "WTF!? Do I need to register a user and password blah, blah". F Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use "camp/camp" or "guest/guest" as "username/password". ### Client Settings +Also see [here](network_dot1x_settings.md) for a list of OS-specific client settings. ``` SSID: Camp2023 @@ -63,6 +64,9 @@ CA = ISRG Root X1 SHA256 Fingerprint = 6C:5E:71:4F:1E:AD:3A:D5:FE:1A:F6:F3:67:17:FD:63:13:2F:CA:9C:51:36:92:5E:1B:3A:D2:DF:5F:A8:D2:D7 ``` +Make sure you check the certificate in order to know you are connecting to the correct network (you should check on both the CN and the CA). Check [here](network_dot1x_certificate.md) for the complete certificate. + + ### Services VLANs -- GitLab