The nightly test test_commands.py::TestIPACommand::test_cacert_manage started failing sep 15 2025 because of a certificate expiration.
test_commands.py::TestIPACommand::test_cacert_manage
See PR #7933 with the following logs and report:
# Install 3rd party CA's, Let's Encrypt in this case for cert in (isrgrootx1, letsencryptauthorityx3): certfile = os.path.join(self.master.config.test_dir, 'cert.pem') self.master.put_file_contents(certfile, cert) > result = self.master.run_command( ['ipa-cacert-manage', 'install', certfile], )
The error is:
ipa: ERROR: stderr: Not a valid CA certificate: has expired 2025-09-15 16:00:00+00:00 UTC (visit http://www.freeipa.org/page/Troubleshooting for troubleshooting guide) The ipa-cacert-manage command failed.
The certificate defined in letsencryptauthorityr3 expires Sep 15 2025.
Metadata Update from @frenaud: - Issue assigned to frenaud
We can replace with R12, see the updated chain in https://letsencrypt.org/certificates/
Metadata Update from @frenaud: - Assignee reset
Metadata Update from @frenaud: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/7937
master:
ipa-4-12:
ipa-4-11:
ipa-4-10:
ipa-4-9:
Metadata Update from @frenaud: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
Metadata Update from @frenaud: - Custom field rhbz adjusted to https://issues.redhat.com/browse/RHEL-118609
ipa-4-8: