File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ public void TestThatHeartbeatWriterWithTLSEnabled()
84
84
85
85
string hostName = System . Net . Dns . GetHostName ( ) ;
86
86
cf . Ssl . ServerName = hostName ;
87
- cf . Ssl . CertPath = $ "{ sslDir } /client_{ hostName } _key .p12";
87
+ cf . Ssl . CertPath = $ "{ sslDir } /client_{ hostName } .p12";
88
88
cf . Ssl . CertPassphrase = certPassphrase ;
89
89
cf . Ssl . Enabled = true ;
90
90
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public void TestClientAndServerVerified()
94
94
string hostName = System . Net . Dns . GetHostName ( ) ;
95
95
ConnectionFactory cf = new ConnectionFactory { Port = 5671 } ;
96
96
cf . Ssl . ServerName = hostName ;
97
- cf . Ssl . CertPath = $ "{ _sslDir } /client_{ hostName } _key .p12";
97
+ cf . Ssl . CertPath = $ "{ _sslDir } /client_{ hostName } .p12";
98
98
cf . Ssl . CertPassphrase = _certPassphrase ;
99
99
cf . Ssl . Enabled = true ;
100
100
SendReceive ( cf ) ;
You can’t perform that action at this time.
0 commit comments