commit 9cc8617d4550c46eac0b98c3b29c33f5e6b9dda9
parent 3a71246fcdb7c648d0063838cefe4d0477ed11d6
Author: Beau <cbeauhilton@gmail.com>
Date: Thu, 16 Sep 2021 22:10:44 -0500
link to iwd spec
Diffstat:
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/posts/employee-wifi.md b/posts/employee-wifi.md
@@ -137,7 +137,8 @@ AutoConnect=true
Most of these options are outlined in
Step 3 from the VUMCEmployeeSetup,
cross-referenced against the Arch Wiki page on `iwd`,
-subsection [Network configuration](https://wiki.archlinux.org/title/Iwd#EAP-PEAP).
+subsection [Network configuration](https://wiki.archlinux.org/title/Iwd#EAP-PEAP),
+and the [`iwd` wiki proper](https://iwd.wiki.kernel.org/networkconfigurationsettings).
An easy-to-miss step:
The `EAP-PEAP-Phase2-Method` requirement for `MSCHAPV2`
@@ -192,9 +193,13 @@ the Arch Wiki comes through again with an article on
that includes instructions on adding certs to browsers.
There's a chance it's not even needed?
-The specification no longer supports
+The [specification](https://iwd.wiki.kernel.org/networkconfigurationsettings)
+no longer supports
adding a client cert field
-in the file.
+without a key,
+which I don't have,
+and do not, apparently, need
+(see the section "EAP-PEAP with tunneled EAP-MSCHAPV2").
At any rate, this setup is working now
and I won't futz with it further
until something breaks.