FreeRADIUS 3 built on alpine with MySQL 8
In this example i called mysql.acme.com
the MySQL Container and certificates are signed with the CA.
.env
file contains the passwords and configuration for freeRADIUS and SQL, remember to generate new ones.Note, this is a template, do not use as-is but generate your own crypto material.
radius
user is allowed to view the radius databaseEverything travel encrypted.
Work in progress
export DOCKER_BUILDKIT=0 export PROGRESS_NO_TRUNC=1 docker-compose --verbose --progress=plain build
eapol_test -a127.0.0.1 -p1812 -stest -ceapol-tls.conf -r0 -stesting123
should return SUCCESS
.