| Brian Waters | 13d9601 | 2017-12-08 16:53:31 -0600 | [diff] [blame] | 1 | # -------- Test configuration --------- |
| 2 | |||||
| 3 | Identity = "peer2.localdomain"; | ||||
| 4 | Realm = "localdomain"; | ||||
| 5 | Port = 30868; | ||||
| 6 | SecPort = 30869; | ||||
| 7 | |||||
| 8 | TLS_Cred = "peer2.cert.pem", | ||||
| 9 | "peer2.key.pem"; | ||||
| 10 | TLS_CA = "cacert.pem"; | ||||
| 11 | |||||
| 12 | LoadExtension = "extensions/test_app.fdx" : "test_app2.conf"; | ||||
| 13 | |||||
| 14 | ConnectPeer = "peer1.localdomain" { ConnectTo = "127.0.0.1"; No_TLS; }; | ||||
| 15 | |||||