mirror of https://github.com/certd/certd
perf: 支持上传证书到各种对象存储,oss、cos、七牛、s3、minio等
parent
e5967f7e9d
commit
1da8617a53
|
@ -104,7 +104,7 @@ export class UploadCertToOssPlugin extends AbstractTaskPlugin {
|
|||
crtPath!: string;
|
||||
@TaskInput({
|
||||
title: '私钥保存路径',
|
||||
helper: '原本的私钥保存路径,需要有写入权限,路径要包含私钥文件名,例如:/tmp/cert.key',
|
||||
helper: '路径要包含私钥文件名,例如:/tmp/cert.key',
|
||||
component: {
|
||||
placeholder: '/root/deploy/nginx/cert.key',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue