Make sshCA GA

This commit is contained in:
Owen
2026-02-25 16:04:47 -08:00
parent 186c131cce
commit 52937a6d90
6 changed files with 5 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ import { db } from "@server/db/pg/driver";
import { sql } from "drizzle-orm";
import { configFilePath1, configFilePath2 } from "@server/lib/consts";
import { encrypt } from "@server/lib/crypto";
import { generateCA } from "@server/private/lib/sshCA";
import { generateCA } from "@server/lib/sshCA";
import fs from "fs";
import yaml from "js-yaml";