mirror of https://github.com/certd/certd
chore:
parent
889eaaea92
commit
873ad871da
|
@ -67,14 +67,14 @@ export class CopyCertToLocalPlugin extends AbstractTaskPlugin {
|
||||||
})
|
})
|
||||||
derPath!: string;
|
derPath!: string;
|
||||||
|
|
||||||
// @TaskInput({
|
@TaskInput({
|
||||||
// title: 'jks证书保存路径',
|
title: 'jks证书保存路径',
|
||||||
// helper: '用于java,路径要包含文件名,例如:tmp/cert.jks',
|
helper: '用于java,路径要包含文件名,例如:tmp/cert.jks',
|
||||||
// component: {
|
component: {
|
||||||
// placeholder: 'tmp/cert.jks',
|
placeholder: 'tmp/cert.jks',
|
||||||
// },
|
},
|
||||||
// rules: [{ type: 'filepath' }],
|
rules: [{ type: 'filepath' }],
|
||||||
// })
|
})
|
||||||
jksPath!: string;
|
jksPath!: string;
|
||||||
|
|
||||||
@TaskInput({
|
@TaskInput({
|
||||||
|
|
|
@ -67,14 +67,14 @@ export class UploadCertToHostPlugin extends AbstractTaskPlugin {
|
||||||
})
|
})
|
||||||
derPath!: string;
|
derPath!: string;
|
||||||
|
|
||||||
// @TaskInput({
|
@TaskInput({
|
||||||
// title: 'jks证书保存路径',
|
title: 'jks证书保存路径',
|
||||||
// helper: '需要有写入权限,路径要包含证书文件名,例如:/tmp/cert.jks',
|
helper: '需要有写入权限,路径要包含证书文件名,例如:/tmp/cert.jks',
|
||||||
// component: {
|
component: {
|
||||||
// placeholder: '/root/deploy/nginx/cert.jks',
|
placeholder: '/root/deploy/nginx/cert.jks',
|
||||||
// },
|
},
|
||||||
// rules: [{ type: 'filepath' }],
|
rules: [{ type: 'filepath' }],
|
||||||
// })
|
})
|
||||||
jksPath!: string;
|
jksPath!: string;
|
||||||
|
|
||||||
@TaskInput({
|
@TaskInput({
|
||||||
|
|
Loading…
Reference in New Issue