diff --git a/src/common/config.js b/src/common/config.js index bf58585..e062134 100644 --- a/src/common/config.js +++ b/src/common/config.js @@ -29,7 +29,7 @@ export const MICROPYTHON = processConfig(CONFIG.micropython); export const PYTHON = processConfig(CONFIG.python); export const CURRENT_PLANTFORM = os.platform(); export const TEMP_PATH = path.resolve(process.cwd(), CONFIG.server.path.temp); -export const CERTS_PATH = path.resolve(process.cwd(), 'certs'); +export const CERTS_PATH = path.resolve(process.cwd(), 'cert'); export const CLIENT_PORT = CONFIG.client.port; export const CLIENT_PATH = path.resolve(process.cwd(), CONFIG.client.path); export const CLIENT_PROTOCOL = CONFIG.client.protocol;