Skip to content

Instantly share code, notes, and snippets.

@sebastian-de
sebastian-de / configure-eduroam-with-easyroam.sh
Last active October 9, 2025 16:10 — forked from RocketRene/configure-eduroam-with-easyroam.sh
NetWorkManager: eduroam/easyroam setup script for Linux and OpenSSL >= 3.0
#!/bin/bash
# This script is generating an eduroam network configuration using NetworkManager.
# At first, you have to generate an easyroam profile on https://www.easyroam.de/ that
# is generating an pkcs12 file as input for this script.
# Regarding OpenSSl 3.0+, see https://bbs.archlinux.org/viewtopic.php?pid=2104709#p2104709
# Usage: bash configure-eduroam-with-easyroam.sh <YOUR-PKCS12-File>