source: ogAgent-Git/src/cfg/ogagent.cfg

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
3address=0.0.0.0
4port=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
10remote=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
15level=full
16
17# Log Level, if omitted, will be set to INFO
18log=DEBUG
19
20# TLS
21ca=C:\OGagent\ca.crt
22crt=C:\OGagent\ogagent.crt
23key=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
32remote={}://{}/opengnsys/rest
33log=DEBUG
34pathinterface=/opt/opengnsys/interfaceAdm
35urlMenu={}://{}/menu-browser
36urlMsg=http://localhost/cgi-bin/httpd-log.sh
37
38# TLS
39ca=/opt/opengnsys/etc/ca.crt
40crt=/opt/opengnsys/etc/ogagent.crt
41key=/opt/opengnsys/etc/ogagent.key
Note: See TracBrowser for help on using the repository browser.