mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
refactor(ca): change name of store file
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user