refactor(ca): change name of store file

This commit is contained in:
DecDuck
2024-11-06 09:20:02 +11:00
parent df69c067c5
commit a4153608e0
3 changed files with 37 additions and 2 deletions
+1 -1
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;