26 Jul
2021
26 Jul
'21
2:56 p.m.
There are some interesting new features available now in the v3.0.x branch. Initial documentation is here: https://github.com/FreeRADIUS/freeradius-server/tree/v3.0.x/raddb/certs/real... In short, it's now trivial to have one EAP module serve multiple realms, each with their own certificate chain. I've also added Server Name Indication (SNI) for RadSec. This allows for the same kind of realm selection in RadSec. SNI also allows tools like haproxy to accept many TLS connections, and then forward "realm A" to home server A (over TCP), and "realm B" to home server B. This configuration allows for increased scalability and load balancing. Any questions or comments? Alan DeKok.