dashboard
repositories
activity
search
login
main
/
securis-client
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
#3347 - Perform MAC Address checking natively
César Calvo
2016-09-28
e1d59acfb21c99b8b1b0ca0504b599f9ac444d19
[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"