After ipa-server-install --ca-key-type mldsa, install completes and ML-DSA CA keys are present in NSS, but post-install cert operations fail.
FreeIPA ca_show calls read_ca_cert() → Dogtag GET /ca/v2/authorities/{id}/cert, which returns 400 Bad Request. Enrollment never runs (EnrollProfile not reached). RSA CA installs work.
FreeIPA ca_show calls read_ca_cert() → Dogtag GET /ca/v2/authorities/{id}/cert, which returns 400 Bad Request
ipa ca-show ipa and ipa cert-request succeed; Dogtag returns the ML-DSA root CA cert via the REST API
I think this is related to https://pagure.io/freeipa/issue/9988 .
When I manually set ProxyIOBufferSize 65536 I can view a CA and request a certificate. I tested ML-DSA 44 and 65 sizes.
ProxyIOBufferSize 65536
It's important to point out that the buffer needs to be increased both in tomcat and in Apache. If either is not then you'll see failures. The current PKI build in rawhide should have packetSize="65536" in each of the localhost AJP connectors.
packetSize="65536"
If not then pki will log something like: Caused by: java.lang.IllegalArgumentException: Header message of length [8,194] received but the packetSize is only [8,192]