certificate location update
parent
b799e7d696
commit
698251827e
|
@ -28,7 +28,7 @@
|
||||||
#define MAXDATASIZE 4096 /* maximum acceptable amount of data */
|
#define MAXDATASIZE 4096 /* maximum acceptable amount of data */
|
||||||
#define SERV_PORT 11111 /* define default port number */
|
#define SERV_PORT 11111 /* define default port number */
|
||||||
|
|
||||||
const char* cert = "./certs/ca-cert.pem";
|
const char* cert = "../certs/ca-cert.pem";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* clients initial contact with server. (socket to connect, security layer)
|
* clients initial contact with server. (socket to connect, security layer)
|
||||||
|
|
Loading…
Reference in New Issue