9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
@PYTHONSHEBANG@
|
|
#
|
|
# Copyright (C) 2017 FreeIPA Contributors see COPYING for license
|
|
#
|
|
|
|
from ipaserver.install.ipa_pkinit_manage import PKINITManage
|
|
|
|
PKINITManage.run_cli()
|