18 Sep
2024
18 Sep
'24
2:34 p.m.
On Sep 18, 2024, at 9:31 AM, Joost Ringoot <joost.ringoot@meteo.be> wrote:
I am trying to make a root ca per recommendation
[ https://www.freeradius.org/documentation/freeradius-server/4.0.0/raddb/certs... | https://www.freeradius.org/documentation/freeradius-server/4.0.0/raddb/certs... ]
That's the documentation for v4. You should check the documentation for v3.2.
but when I run
$ make distclean
as suggested to remove the test certificates I get this root@host:/etc/freeradius/certs# make distclean make: *** No rule to make target 'distclean'. Stop.
You can also read the "makefile" to see which targets it supports. Alan DeKok.