main
Last change
on this file was
eb2d836,
checked in by Natalia Serrano <natalia.serrano@…>, 6 weeks ago
|
refs #2060 add script for setting browser URL
|
-
Property mode set to
100644
|
File size:
328 bytes
|
Line | |
---|
1 | setuid = stunnel4 |
---|
2 | setgid = stunnel4 |
---|
3 | pid = /var/run/stunnel4/menu.pid |
---|
4 | foreground = yes |
---|
5 | debug = info |
---|
6 | |
---|
7 | [menu] |
---|
8 | client = yes |
---|
9 | accept = 127.0.0.1:81 |
---|
10 | connect = __OGCORE_IP__:__OGCORE_PORT__ |
---|
11 | cert = /opt/opengnsys/etc/ogagent.crt |
---|
12 | key = /opt/opengnsys/etc/ogagent.key |
---|
13 | CAfile = /opt/opengnsys/etc/ca.crt |
---|
14 | requireCert = yes |
---|
15 | verifyChain = yes |
---|
Note: See
TracBrowser
for help on using the repository browser.