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,7 +88,7 @@ public class wolfSSL_TLS_Client
IntPtr sniHostName;
/* These paths should be changed for use */
string caCert = @"ca-cert.pem";
string caCert = @"../../certs/ca-cert.pem";
StringBuilder dhparam = new StringBuilder("dh2048.pem");
StringBuilder buff = new StringBuilder(1024);