Add supoprt for D release use-case.
[sim/o1-interface.git] / ntsimulator / ntsim-ng / core / nc_config.h
index 1dc1f28..b62273d 100644 (file)
@@ -17,7 +17,9 @@
 
 #pragma once
 
-#include <string.h>
-#include <stdint.h>
+#define CLIENT_CONFIG_TLS_PORT                      800
+#define CLIENT_CA_FILE                              "/home/netconf/.ssh/ca.pem"
+#define CLIENT_CERT_PATH                            "/home/netconf/.ssh/client.crt"
+#define CLIENT_KEY_PATH                             "/home/netconf/.ssh/client.key"
 
 int netconf_configure(void);