mirror of https://github.com/certd/certd
chore:
parent
8c3f86c690
commit
70db327eda
|
@ -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: [
|
||||
|
|
Loading…
Reference in New Issue