Error in Creating Certificates for EAP in Freeradius
I found where is the problem after 3 days of searching
In file mods-enable/eap
I have to set the password for private_key_password = radius
To be like the password in file server.cnf
[ req ]
prompt = no
distinguished_name = server
default_bits = 2048
input_password = radius
output_password = radius
I have this issue when I install freeradius to fedora 29
I solve it by
cd /etc/raddb/certs
./bootstrap