17 lines
359 B
Plaintext
17 lines
359 B
Plaintext
|
|
# -------- Test configuration ---------
|
|
|
|
Identity = "peer1.localdomain";
|
|
Realm = "localdomain";
|
|
# Port = 3868;
|
|
# SecPort = 3869;
|
|
|
|
TLS_Cred = "./ca.crt",
|
|
"./ca.key";
|
|
TLS_CA = "./ca.pem";
|
|
|
|
#LoadExtension = "extensions/test_app.fdx" : "test_app1.conf";
|
|
|
|
ConnectPeer = "peer2.localdomain" { ConnectTo = "127.0.0.1"; No_TLS; port = 30868; };
|
|
|