mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
|
#!/usr/bin/python3
|
||
|
#
|
||
|
# Copyright (C) 2020 FreeIPA Contributors see COPYING for license
|
||
|
#
|
||
|
|
||
|
from ipaserver.install.ipa_acme_manage import IPAACMEManage
|
||
|
|
||
|
IPAACMEManage.run_cli()
|