The nightly test test_integration/test_installation.py::TestInstallwithSHA384withRSA::test_install_master_withalgo_sha384withrsa started failing after the commit of PR #8240 Add support for IPA replicas with ML-DSA
test_integration/test_installation.py::TestInstallwithSHA384withRSA::test_install_master_withalgo_sha384withrsa
ipa-server-install .. --ca-signing-algorithm=SHA384withRSA
certutil -L -d /etc/dirsrv/slapd-IPA-TEST/ -n 'Server-Cert'
The output displays:
Signature Algorithm: PKCS #1 SHA-256 With RSA Encryption
The certutil command should display:
Signature Algorithm: PKCS #1 SHA-384 With RSA Encryption
freeipa-server-4.14.0.dev202605121751+git564db1017-0.fc44.x86_64
Logs available in https://ARTIFACTS_SERVER/idm-ci/freeipa_upstream_nightly/Nightly-latest-testing-repo-selinux/master/2026-05-13_17-58/latest-testing-repo-selinux/test_installation_TestInstallwithSHA384withRSA/1/report.html?sort=result
@rcritten could you have a look? the option --ca-signing-algorithm=SHA384withRSA is ignored by ipa-server-install
--ca-signing-algorithm=SHA384withRSA
Metadata Update from @rcritten: - Issue assigned to rcritten