mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
client-install: log exceptions from certmonger.request_cert
Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
0ade41abba
commit
dc5b2eaa77
@ -1173,9 +1173,9 @@ def configure_certmonger(fstore, subject_base, cli_realm, hostname, options,
|
||||
subject=subject,
|
||||
principal=principal,
|
||||
passwd_fname=passwd_fname)
|
||||
except Exception:
|
||||
root_logger.error("%s request for host certificate failed",
|
||||
cmonger.service_name)
|
||||
except Exception as ex:
|
||||
root_logger.error("%s request for host certificate failed: %s",
|
||||
cmonger.service_name, ex)
|
||||
|
||||
def configure_sssd_conf(fstore, cli_realm, cli_domain, cli_server, options, client_domain, client_hostname):
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user