network-config-sample.json 425 B

123456789101112131415
  1. { "SSL":
  2. {"user": "/home/studen/temp/crt/astuden.crt",
  3. "key": "/home/studen/temp/crt/astuden1.key",
  4. "keyComment":"the key file should be created without password",
  5. "ca": "/home/studen/temp/crt/NIX_Ljubljana_CA_chain.crt",
  6. "keyPwd" : "IGNORED"
  7. },
  8. "host" : "https://merlin.fmf.uni-lj.si",
  9. "context" : "labkey",
  10. "labkey" :
  11. { "user" : "andrej.studen@ijs.si",
  12. "password" : "labkeyPassword"
  13. }
  14. }