summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-crlgen-manage.in
blob: bbeab368e66bcf6ffadf24707b184038b403d95b (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python3
#
# Copyright (C) 2019  FreeIPA Contributors see COPYING for license
#

from ipaserver.install.ipa_crlgen_manage import CRLGenManage

CRLGenManage.run_cli()