On Jun 5, 2026, at 4:58 PM, Hector Rodriguez via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
I want to thank the team with fixing Certificate authority issues with "Microsoft Cloud PKI". I was able to finally get this thing working with machines that have been given Microsoft Cloud PKI certs.
Nice!
With several versions being released in the same week. What is the best way of upgrading to a minor version of FreeRadius if it was installed from a source bundle and not from an ubuntu package repo. My thought is to build a new VM and migrate the certs and conf file over, but this seems like a lot of work.
Backup the raddb directory. Then, in the source directory,"make" and "make install".
Looking at the documentation, it does not clearly state how to upgrade from a minor version to another when you are on version 3. I know that my question can seem a bit obvious to more seasoned admins, but this will be different for me. Any article that you recommend. I just don't want AI to tell me how to do this because Ai may be incorrect.
The "make install" process will never over-write your existing configuration. So it is safe. But backups are cheap. It doesn't hurt to make a backup copy first. Alan DeKok.