8 Oct
2023
8 Oct
'23
4:37 p.m.
We package freeradius with our application and the combined package is ultimately put under source control on the installed host. When building everything on the build host, the default build creates the certificate files. Basically: freeradius/etc/raddb/certs/* So upgrades of our package include new cert files every time which ends up as a revision on the install host. Is there a way to configure the make to skip the generation of certs? Basically defer this step to a post upgrade process (one outside the source control). Bill