Connecting to Campus Networks on Linux: Difference between revisions

change sed to grep
m (Changed small formatting and added background to iwd)
(change sed to grep)
Next, you need Tech's eduroam certificate. You can get it by parsing eduroam's "Configuration Assistant Tool" python script from their website:
 
<code>curl -s '<nowiki>https://cat.eduroam.org/user/API.php?action=downloadInstaller&lang=en&profile=3932&device=linux&generatedfor=user&openroaming=0'</nowiki> | sedgrep -ePzo 's/Config.CA-- = """//g'-----BEGIN CERTIFICATE-ne----(\n|.)*-----END '1083,1152pCERTIFICATE-----' > eduroam.pem</code>
 
Confirm that you have the correct file, and if so move it to <code>/var/lib/iwd/eduroam.pem</code>: