Hello,
We are using Freeradius server via 802.1x authentication with PEAP-MsChapv2. We want to use our own server certificate and we have three certificate files server.key, server.pem and server.crt.
We kindly ask you how to configurate the radius server in order to use following certificate files in 802.1x authentication.
Server.crt
Bag Attributes
localKeyID: ...
friendlyName: ...
subject...
issuer=...
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
Server.key
-----BEGIN RSA PRIVATE KEY-----
...
-----END RSA PRIVATE KEY-----
Server.pem
Bag Attributes
...
localKeyID: ...
friendlyName: ...
Microsoft CSP Name: Microsoft RSA SChannel Cryptographic Provider
Key Attributes
...
-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: ...
...
-----END RSA PRIVATE KEY-----
Regards,