freeipa/install/tools/ipa-crlgen-manage.in
2021-10-03 11:06:28 +02:00

9 lines
176 B
Python

#!/usr/bin/python3
#
# Copyright (C) 2019 FreeIPA Contributors see COPYING for license
#
from ipaserver.install.ipa_crlgen_manage import CRLGenManage
CRLGenManage.run_cli()