mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
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:
parent
b1e72cb12e
commit
3d2d06719f
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user