mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: Collect the let's encrypt log
Collect the let's encrypt client log for any potential debug purposes. https://pagure.io/freeipa/issue/8524 Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Fraser Tweedale <ftweedal@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Mohammad Rizwan <myusuf@redhat.com>
This commit is contained in:
parent
e7fd791579
commit
d4ef64b229
@ -442,6 +442,7 @@ class BasePathNamespace:
|
||||
LIBARCH = "64"
|
||||
TDBTOOL = '/usr/bin/tdbtool'
|
||||
SECRETS_TDB = '/var/lib/samba/private/secrets.tdb'
|
||||
LETS_ENCRYPT_LOG = '/var/log/letsencrypt/letsencrypt.log'
|
||||
|
||||
def check_paths(self):
|
||||
"""Check paths for missing files
|
||||
|
@ -80,6 +80,7 @@ CLASS_LOGFILES = [
|
||||
paths.HOSTS,
|
||||
# IPA renewal lock
|
||||
paths.IPA_RENEWAL_LOCK,
|
||||
paths.LETS_ENCRYPT_LOG
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user