Fixing FreeIPA ACME
I've managed to fix one of the recent problems with my FreeIPA. To be more specific – after few months breakage, ACME issuer is working again for me.
Solution was dead simple after I've found the relevant line in the logs:
2024-02-07 21:59:24 [ajp-nio-0:0:0:0:0:0:0:1-8009-exec-3] SEVERE: Servlet.service() for servlet [ACME] in context with path [/acme] threw exception org.jboss.resteasy.spi.UnhandledException: com.netscape.certsrv.base.UnauthorizedException: Authorization failed: Authorization failed on resource: group=Certificate Manager Agents, operation: {1}
I've fired up an LDAP client (I'm using JXplorer), went to /ipaca/groups/Certificate Manager Agents
and added
two records. Type uniqueMember
with value uid=acme-kaitain.pipebreaker.pl,ou=people,o=ipaca
, plus another one for the second replica.
FreeIPA started to issue certificates again, although there are still some strange trackbacks in the logs.
Why the group membership dissapeared? I don't know.
Comments
Comments powered by Disqus