X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fntsim-ng%2Futils%2Fsys_utils.h;h=eea514c81b657fca78aab26952260c3efb471f4d;hp=f5c2cf2b22273580fabed3f7ec63e719f27b6e8a;hb=fd9a6164f9cff51682fcebe77f53d99b8d882bc7;hpb=22cd30649dfac2fcfdf233765aa7feeea7141d96 diff --git a/ntsimulator/ntsim-ng/utils/sys_utils.h b/ntsimulator/ntsim-ng/utils/sys_utils.h index f5c2cf2..eea514c 100644 --- a/ntsimulator/ntsim-ng/utils/sys_utils.h +++ b/ntsimulator/ntsim-ng/utils/sys_utils.h @@ -26,7 +26,9 @@ #define STANDARD_SFTP_PORT 22 #define KS_KEY_NAME "melacon_server_key" +#define KS_CERT_NAME "melacon_server_cert" #define SERVER_PUBLIC_SSH_KEY_PATH "/home/netconf/.ssh/melacon.server.key.pub" +#define SERVER_CERT_PATH "/home/netconf/.ssh/melacon.server.crt" //filesystem functions bool dir_exists(const char *path);