mirror of
https://github.com/certd/certd.git
synced 2026-04-16 14:00:51 +08:00
chore:
This commit is contained in:
@@ -30,7 +30,7 @@ export class CopyCertToLocalPlugin extends AbstractTaskPlugin {
|
||||
|
||||
@TaskInput({
|
||||
title: '证书类型',
|
||||
helper: '支持pem、pfx、der、jks格式',
|
||||
helper: '要部署的证书格式,支持pem、pfx、der、jks格式',
|
||||
component: {
|
||||
name: 'a-select',
|
||||
options: [
|
||||
|
||||
@@ -31,7 +31,7 @@ export class UploadCertToHostPlugin extends AbstractTaskPlugin {
|
||||
|
||||
@TaskInput({
|
||||
title: '证书格式',
|
||||
helper: '支持pem、pfx、der、jks格式',
|
||||
helper: '要部署的证书格式,支持pem、pfx、der、jks',
|
||||
component: {
|
||||
name: 'a-select',
|
||||
options: [
|
||||
|
||||
Reference in New Issue
Block a user