mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-17 02:01:11 +10:00
feat(acls): refactor & acl descriptions
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import path from "path";
|
||||
import fs from "fs";
|
||||
import droplet from "@drop/droplet";
|
||||
import { CertificateStore } from "./ca-store";
|
||||
import { CertificateStore, fsCertificateStore } from "./ca-store";
|
||||
|
||||
export type CertificateBundle = {
|
||||
priv: string;
|
||||
@ -72,4 +73,4 @@ export class CertificateAuthority {
|
||||
async blacklistClient(clientId: string) {
|
||||
await this.certificateStore.blacklistCertificate(clientId);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user