tls
Last change
on this file was
cc65ece,
checked in by Natalia Serrano <natalia.serrano@…>, 9 hours ago
|
refs #1936 authenticate to ogcore and check ogcore cert
|
-
Property mode set to
100644
|
File size:
1022 bytes
|
Line | |
---|
1 | [opengnsys] |
---|
2 | # Listen address & port of REST |
---|
3 | address=0.0.0.0 |
---|
4 | port=8000 |
---|
5 | |
---|
6 | # This is a comma separated list of paths where to look for modules to load |
---|
7 | #path=test_modules/server,more_modules/server |
---|
8 | |
---|
9 | # Remote OpenGnsys Service |
---|
10 | remote=https://192.168.2.1/opengnsys/rest |
---|
11 | # Alternate OpenGnsys Service (comment out to enable this option) |
---|
12 | #altremote=https://10.0.2.2/opengnsys/rest |
---|
13 | |
---|
14 | # Execution level (permitted operations): status, halt, full |
---|
15 | level=full |
---|
16 | |
---|
17 | # Log Level, if omitted, will be set to INFO |
---|
18 | log=DEBUG |
---|
19 | |
---|
20 | # TLS |
---|
21 | ca=C:\OGagent\ca.crt |
---|
22 | crt=C:\OGagent\ogagent.crt |
---|
23 | key=C:\OGagent\ogagent.key |
---|
24 | |
---|
25 | |
---|
26 | # Module specific |
---|
27 | # The sections must match the module name |
---|
28 | # This section will be passes on activation to module |
---|
29 | [ogAdmClient] |
---|
30 | #path=test_modules/server,more_modules/server |
---|
31 | |
---|
32 | remote={}://{}/opengnsys/rest |
---|
33 | log=DEBUG |
---|
34 | pathinterface=/opt/opengnsys/interfaceAdm |
---|
35 | urlMenu={}://{}/menu-browser |
---|
36 | urlMsg=http://localhost/cgi-bin/httpd-log.sh |
---|
37 | |
---|
38 | # TLS |
---|
39 | ca=/opt/opengnsys/etc/ca.crt |
---|
40 | crt=/opt/opengnsys/etc/ogagent.crt |
---|
41 | key=/opt/opengnsys/etc/ogagent.key |
---|
Note: See
TracBrowser
for help on using the repository browser.