Add some logging around initial ACME deployment

From the upgrade log it was not possible to see the current
state of ACME which makes troubleshooting difficult.

Signed-off-by: Rob Crittenden <rcritten@redhat.com>

Related: https://pagure.io/freeipa/issue/8712
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
Rob Crittenden 2021-02-10 14:57:05 -05:00 committed by Alexander Bokovoy
parent b1e72cb12e
commit 3d2d06719f

View File

@ -1493,8 +1493,10 @@ class CAInstance(DogtagInstance):
return False
if not minimum_acme_support():
logger.debug('Minimum ACME support not available')
return False
logger.debug('Deploying ACME')
self._ldap_mod('/usr/share/pki/acme/database/ds/schema.ldif')
configure_acme_acls()