chore: 暂时移除jks

This commit is contained in:
xiaojunnuo
2024-10-30 10:24:53 +08:00
parent b1cc6f2a9c
commit d35ad50254
5 changed files with 25 additions and 22 deletions

View File

@@ -67,14 +67,14 @@ export class CopyCertToLocalPlugin extends AbstractTaskPlugin {
})
derPath!: string;
@TaskInput({
title: 'jks证书保存路径',
helper: '用于java路径要包含文件名例如tmp/cert.jks',
component: {
placeholder: 'tmp/cert.jks',
},
rules: [{ type: 'filepath' }],
})
// @TaskInput({
// title: 'jks证书保存路径',
// helper: '用于java路径要包含文件名例如tmp/cert.jks',
// component: {
// placeholder: 'tmp/cert.jks',
// },
// rules: [{ type: 'filepath' }],
// })
jksPath!: string;
@TaskInput({

View File

@@ -67,14 +67,14 @@ export class UploadCertToHostPlugin extends AbstractTaskPlugin {
})
derPath!: string;
@TaskInput({
title: 'jks证书保存路径',
helper: '需要有写入权限,路径要包含证书文件名,例如:/tmp/cert.jks',
component: {
placeholder: '/root/deploy/nginx/cert.jks',
},
rules: [{ type: 'filepath' }],
})
// @TaskInput({
// title: 'jks证书保存路径',
// helper: '需要有写入权限,路径要包含证书文件名,例如:/tmp/cert.jks',
// component: {
// placeholder: '/root/deploy/nginx/cert.jks',
// },
// rules: [{ type: 'filepath' }],
// })
jksPath!: string;
@TaskInput({