made the workflow to compile & executes easier, updated the readme also

This commit is contained in:
gasbytes
2024-06-04 19:13:51 +02:00
parent 983610ed68
commit 70fc5c97fb
3 changed files with 17 additions and 13 deletions

View File

@@ -88,8 +88,8 @@ public class wolfSSL_TLS_CSHarp
IntPtr arg_sni;
/* These paths should be changed for use */
string fileCert = @"server-cert.pem";
string fileKey = @"server-key.pem";
string fileCert = @"../../certs/server-cert.pem";
string fileKey = @"../../certs/server-key.pem";
StringBuilder dhparam = new StringBuilder("dh2048.pem");
StringBuilder buff = new StringBuilder(1024);