1234567891011121314151617181920 |
- { "SSL":
- {"user": "/home/studen/temp/crt/astuden.crt",
- "key": "/home/studen/temp/crt/astuden1.key",
- "keyComment":"the key file should be created without password",
- "ca": "/home/studen/temp/crt/NIX_Ljubljana_CA_chain.crt",
- "keyPwd" : "IGNORED"
- },
- "host" : "https://merlin.fmf.uni-lj.si",
- "context" : "labkey",
- "labkey" :
- { "user" : "andrej.studen@ijs.si",
- "password" : "labkeyPassword"
- }
- "orthanc":
- { "user" : "userName",
- "password": "orthancPassword",
- "server":"https://orthanc.fmf.uni-lj.si",
- "notUsedSSL":"change to SSL to use SSL, provide user crt, key and ca"
- }
|