Googling anything involving RADIUS configuration has been hell, as many of the terms get mixed together, making search results useless, so...
I have a RADIUS server offering EAP-TTLS based communication using a certificate signed by a private CA to which I have both the public and private keys. I already have this server configured to accept requests from a given IP address.
How do I properly install the public CA key on a box such that:
The box will use it to verify the RADIUS server is who it says it is
That the communication is encrypted
That the box will not trust any other root CA for authenticating users logging onto the box