mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix CA certificate renewal syslog alert
https://fedorahosted.org/freeipa/ticket/4820 Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
parent
05e6adecb5
commit
a63df8f309
@ -403,7 +403,7 @@ def renew_ca_cert():
|
||||
|
||||
if state == 'retrieve':
|
||||
result = call_handler(retrieve_cert)
|
||||
if result[0] == WAIT_WITH_DELAY and not is_self_signed:
|
||||
if result[0] == REJECTED and not is_self_signed:
|
||||
syslog.syslog(syslog.LOG_ALERT,
|
||||
"IPA CA certificate is about to expire, "
|
||||
"use ipa-cacert-manage to renew it")
|
||||
|
Loading…
Reference in New Issue
Block a user