This commit is contained in:
xiaojunnuo
2024-12-17 22:45:14 +08:00
parent 21f50e0b38
commit 0e7578043e
3 changed files with 10 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ export type CertInfo = {
pfx?: string;
der?: string;
jks?: string;
one?: string;
};
export type SSLProvider = "letsencrypt" | "google" | "zerossl";
export type PrivateKeyType = "rsa_1024" | "rsa_2048" | "rsa_3072" | "rsa_4096" | "ec_256" | "ec_384" | "ec_521";