29 Nov
2019
29 Nov
'19
6:49 a.m.
From the comments in mods-available/eap:
# This file should contain the server certificate, # followed by intermediate certificates, in order. # i.e. If we have a server certificate signed by CA1, # which is signed by CA2, which is signed by a root # CA, then the "certificate_file" should contain # server.pem, followed by CA1.pem, followed by # CA2.pem.
Thanks for the advise, I was able to fix the problem. I created a fullchain.pem containing the server certificate and all intermediate certificates, and now it works with all clients even on newer versions of freeradius. Thanks a lot! Kind regards, Lukas