Skip to content

Commit

Permalink
Remove caSigningCert from list of certs to renew
Browse files Browse the repository at this point in the history
This certificate should not be renewed this way.
ipa-cacert-manage renew should be used.

Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
  • Loading branch information
rcritten committed May 16, 2024
1 parent 31d66ba commit c6dd21f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ipatests/test_integration/test_hsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ def test_certs_renewal(self):
"""
check_version(self.master)
CA_TRACKING_REQS = {
'caSigningCert cert-pki-ca': 'cacaSigningCert',
'ocspSigningCert cert-pki-ca': 'caocspSigningCert',
'subsystemCert cert-pki-ca': 'casubsystemCert',
'auditSigningCert cert-pki-ca': 'caauditSigningCert'
Expand Down

0 comments on commit c6dd21f

Please sign in to comment.