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