server.garden privileged automation agent (mirror of https://git.sequentialread.com/forest/rootsystem)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
374 B
13 lines
374 B
{ |
|
"DebugLog": false, |
|
"ClientId": "{{ clientId }}", |
|
"ServerAddr": "{{ domain }}:9056", |
|
"UseTls": true, |
|
"ServiceToLocalAddrMap": { |
|
"https": "127.0.0.1:445", |
|
"http": "127.0.0.1:80" |
|
}, |
|
"CaCertificateFilesGlob": "{{ domain }}_CA.crt", |
|
"ClientTlsKeyFile": "{{ clientId }}@{{ domain }}.key", |
|
"ClientTlsCertificateFile": "{{ clientId }}@{{ domain }}.crt" |
|
} |