mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Include node-forge in binary again
This commit is contained in:
parent
1d00084202
commit
ec9a266164
2 changed files with 4 additions and 6 deletions
|
|
@ -3,6 +3,9 @@ import path from "path";
|
|||
import fs from "fs";
|
||||
import os from "os";
|
||||
|
||||
// @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