9 lines
167 B
Python
9 lines
167 B
Python
#!/usr/bin/python3
|
|
#
|
|
# Copyright (C) 2019 FreeIPA Contributors see COPYING for license
|
|
#
|
|
|
|
from ipaserver.install.ipa_cert_fix import IPACertFix
|
|
|
|
IPACertFix.run_cli()
|