- secured communication between RADIUS/TCP peers on the transport layer
- generate keys and certificates (I don't have experience with openssl, so I am using https://certificatetools.com/ )
- Page 1
- Page 2
- download private key to ${KEYCLOAK_PATH}/config/private.key
- download PEM Certificate to ${KEYCLOAK_PATH}/config/public.crt
- enable radSec( Mikrotik sharedSecret have to be "radsec" ) :
{
{
"sharedSecret":"radsec",
"authPort":1812,
"accountPort":1813,
"useUdpRadius":true,
"radsec":{
"privateKey":"config/private.key",
"certificate":"config/public.crt",
"useRadSec":true
}
}