mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Terminology improvements: CA renewal
The term "CA renewal master" is a fixed term in FreeIPA and cannot easily be replaced with an alternative term. At least we should use the term consistently. See: https://tools.ietf.org/id/draft-knodel-terminology-01.html Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abbra@users.noreply.github.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
ea5c0a1f7c
commit
523f70ae46
@ -90,7 +90,7 @@ class update_ca_renewal_master(Updater):
|
||||
if ca_name is None:
|
||||
logger.warning(
|
||||
"certmonger request for RA cert is missing ca_name, "
|
||||
"assuming local CA is renewal slave")
|
||||
"assuming local CA is not a renewal master.")
|
||||
return False, []
|
||||
ca_name = ca_name.strip()
|
||||
|
||||
@ -103,7 +103,7 @@ class update_ca_renewal_master(Updater):
|
||||
else:
|
||||
logger.warning(
|
||||
"certmonger request for RA cert has unknown ca_name '%s', "
|
||||
"assuming local CA is renewal slave", ca_name)
|
||||
"assuming local CA is not a renewal master", ca_name)
|
||||
return False, []
|
||||
else:
|
||||
logger.debug("certmonger request for RA cert not found")
|
||||
@ -118,7 +118,7 @@ class update_ca_renewal_master(Updater):
|
||||
else:
|
||||
logger.warning(
|
||||
"CS.cfg has unknown subsystem.select value '%s', "
|
||||
"assuming local CA is renewal slave", config)
|
||||
"assuming local CA is not a renewal master", config)
|
||||
return (False, False, [])
|
||||
|
||||
update = {
|
||||
|
Loading…
Reference in New Issue
Block a user