mirror of https://github.com/certd/certd
chore: 1
parent
9d397cc8be
commit
8e2eb89696
|
@ -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',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue