diff --git a/src/lib/server/utils/openssl-utils.ts b/src/lib/server/utils/openssl-utils.ts index e68a916..37f35dd 100644 --- a/src/lib/server/utils/openssl-utils.ts +++ b/src/lib/server/utils/openssl-utils.ts @@ -1,7 +1,5 @@ -// TODO: remove bu dependencies import { doesFileExist, loadFile, type FileHandle } from "./filesystem-utils"; import { SERVER_PRIVATE_KEY_PATH, SERVER_PUBLIC_KEY_PATH } from "./constants"; -import { exec } from "node:child_process" import { shell, type shellOutput } from "./shell-commands"; export async function openSSLInit() {