You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use pint service principal for org controller RadSec client cert
The org controller cert was being requested under the "root" user principal,
which does not exist in FreeIPA. Split issueClientCredentials into separate
username (store key) and principal (FreeIPA principal + CSR CN) parameters
so the org controller cert is issued to cfg.IPAPrincipal, matching how the
RadSec server cert and signing cert are issued.
0 commit comments