mirror of
https://github.com/certd/certd.git
synced 2026-06-17 15:07:32 +08:00
chore:
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export class License {
|
||||
crt: string;
|
||||
expireTime: number;
|
||||
activeTime: number;
|
||||
|
||||
async load() {
|
||||
// load license.pem
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user