mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Try set pure javascript for node-forge
This commit is contained in:
parent
8ab4d2955a
commit
20420f865e
3 changed files with 16 additions and 7 deletions
|
|
@ -4,9 +4,6 @@ import fs from "fs";
|
|||
import os from "os";
|
||||
import { ui } from "../environment/userInteraction.js";
|
||||
|
||||
// @ts-ignore
|
||||
forge.options.usePureJavaScript = true;
|
||||
|
||||
const certFolder = path.join(os.homedir(), ".safe-chain", "certs");
|
||||
const ca = loadCa();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue