A managed Windows device can join the wired network of my corporate company, while a personal Linux one can't.
As far as I understand, this is possible thanks to IEEE 802.1x standard.
Looking at the configuration, a computer certificate is used and I managed to get access to the private key located under ...\Microsoft\Crypto\RSA\MachineKeys
and its corresponding certificate.
Questions are:
- Is it possible given those elements?
- Private key seems to be in a binary format I don't recognise, this should probably be converted to some DER/PEM format for Linux's NetworkManager? If so, how?