mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
|
|
@PYTHONSHEBANG@
|
||
|
|
#
|
||
|
|
# Copyright (C) 2019 IPA Project Contributors, see COPYING for license
|
||
|
|
#
|
||
|
|
|
||
|
|
from ipaserver.secrets.handlers.pemfile import main, ra_agent_parser
|
||
|
|
|
||
|
|
main(ra_agent_parser())
|