mirror of
https://github.com/certd/certd.git
synced 2026-06-14 05:07:33 +08:00
perf: 新增阿里云直播证书部署插件
This commit is contained in:
@@ -13,7 +13,7 @@ export interface ICertInfoGetter {
|
||||
export type CertInfo = {
|
||||
crt: string; //fullchain证书
|
||||
key: string; //私钥
|
||||
csr: string; //csr
|
||||
csr?: string; //csr
|
||||
oc?: string; //仅证书,非fullchain证书
|
||||
ic?: string; //中间证书
|
||||
pfx?: string;
|
||||
|
||||
Reference in New Issue
Block a user