Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 956 Bytes

im-index.md

File metadata and controls

16 lines (10 loc) · 956 Bytes

Menu Driven Interactive Mode

We will refer Menu-driven Interactive Mode as IM. To run IM just simply execute jans-cli as follows:

/opt/jans/jans-cli/config-cli.py

Note: You can supply certificate and key with options --key-file and --cert-file, to disable ssl verification use -noverify. For more information /opt/jans/jans-cli/config-cli.py -h

You will see the main menu as below:

jans-cli Main Menu

Using IM is very simple and intuitive. Just make a selection and answer questions. There is a special option to read value for a question from a file using _file tag. This option is the most suitable choice to input the large text (e.g., interception script source code or JSON file content). To use this option input _file /path/of/file e.g. _file /home/user/interceptionscript.py. From the following menu, you can choose an option by selecting its number. Let's start from the beginning.