morus-client.orig.json 215 B

123456789101112
  1. {
  2. "server": {
  3. "host": "127.0.0.1",
  4. "port": 9999
  5. },
  6. "ssl": {
  7. "ca-file": "tmp/ca.crt",
  8. "key-file": "tmp/client.key",
  9. "cert-file": "tmp/client.crt",
  10. "authority": "www.change-me.org"
  11. }
  12. }