pull/78/head
xiaojunnuo 2024-06-25 11:22:02 +08:00
parent 9d397cc8be
commit 8e2eb89696
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import * as fs from 'fs';
export class UploadCertToHostPlugin extends AbstractTaskPlugin { export class UploadCertToHostPlugin extends AbstractTaskPlugin {
@TaskInput({ @TaskInput({
title: '证书保存路径', title: '证书保存路径',
helper: '需要有写入权限,路径要包含证书文件名', helper: '需要有写入权限,路径要包含证书文件名,文件名不能用*?!等特殊符号',
component: { component: {
placeholder: '/root/deploy/nginx/cert.crt', placeholder: '/root/deploy/nginx/cert.crt',
}, },