refactor(ca): change name of store file

This commit is contained in:
DecDuck
2024-11-06 09:20:02 +11:00
parent 69e4c2592b
commit 8999303f0a
3 changed files with 37 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import { CertificateAuthority } from "../internal/clients/ca";
import fs from "fs";
import { fsCertificateStore } from "../internal/clients/store";
import { fsCertificateStore } from "../internal/clients/ca-store";
let ca: CertificateAuthority | undefined;