dashboard
repositories
activity
search
login
main
/
securis-client
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
#0 fix - Fixed CLI to use activation code
rsanchez
2016-06-29
a99c9ec291c889667a61240c46005ffa2164e40e
[securis-client.git]
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"