This commit is contained in:
xiaojunnuo
2025-12-28 00:49:41 +08:00
parent 8872466968
commit 776fa924e3
3 changed files with 2 additions and 1 deletions

View File

@@ -3,4 +3,5 @@ export { EVENT_CERT_APPLY_SUCCESS } from "./cert-plugin/base-convert.js";
export * from "./cert-plugin/index.js";
export * from "./cert-plugin/lego/index.js";
export * from "./cert-plugin/custom/index.js";
export * from "./cert-plugin/getter/aliyun.js";
export const CertApplyPluginNames = [":cert:"];

View File

@@ -163,7 +163,7 @@ export function useCertPipelineCreator() {
data: [
{ value: "CertApply", label: "JS-ACME" },
{ value: "CertApplyLego", label: "Lego-ACME" },
{ value: "CertApplyAliyun", label: "Aliyun-Order" },
{ value: "CertApplyGetFormAliyun", label: "Aliyun-Order" },
],
}),
form: {