9 lines
180 B
Python
Executable File
9 lines
180 B
Python
Executable File
#! /usr/bin/python2 -E
|
|
#
|
|
# Copyright (C) 2017 FreeIPA Contributors see COPYING for license
|
|
#
|
|
|
|
from ipaserver.install.ipa_pkinit_manage import PKINITManage
|
|
|
|
PKINITManage.run_cli()
|