SeCuris client ============== Updated doc: https://redmine.curistec.com/projects/securis/wiki/HowToSeCurisClient Creation of a request file For a manual activation, a request file should be sent to SeCuris administrator, to create a request file we can execute: $ ./securis.sh --gen_request --rfile=/tmp/curisapp.req Validate license file $ ./securis.sh --validate=/path/to/license/file/curisapp.lic Request a new license to server $ ./securis.sh --create=/path/to/license/file/curisapp.lic --server="http://server:0000/securis/api/create" Renew an existing license $ securis.sh --renew=/path/to/license/file/curisapp.lic --server="http://server:0000/securis/api/create"