Clean up the PR

This commit is contained in:
Sander Declerck 2025-11-28 16:28:45 +01:00
parent 3add7aa25e
commit 8d82d4d56f
No known key found for this signature in database
2 changed files with 0 additions and 23 deletions

View file

@ -2,7 +2,6 @@ import forge from "node-forge";
import path from "path";
import fs from "fs";
import os from "os";
import { ui } from "../environment/userInteraction.js";
const certFolder = path.join(os.homedir(), ".safe-chain", "certs");
const ca = loadCa();