mirror of https://github.com/certd/certd
chore:
parent
8c3f86c690
commit
70db327eda
|
@ -30,7 +30,7 @@ export class CopyCertToLocalPlugin extends AbstractTaskPlugin {
|
||||||
|
|
||||||
@TaskInput({
|
@TaskInput({
|
||||||
title: '证书类型',
|
title: '证书类型',
|
||||||
helper: '支持pem、pfx、der、jks格式',
|
helper: '要部署的证书格式,支持pem、pfx、der、jks格式',
|
||||||
component: {
|
component: {
|
||||||
name: 'a-select',
|
name: 'a-select',
|
||||||
options: [
|
options: [
|
||||||
|
|
|
@ -31,7 +31,7 @@ export class UploadCertToHostPlugin extends AbstractTaskPlugin {
|
||||||
|
|
||||||
@TaskInput({
|
@TaskInput({
|
||||||
title: '证书格式',
|
title: '证书格式',
|
||||||
helper: '支持pem、pfx、der、jks格式',
|
helper: '要部署的证书格式,支持pem、pfx、der、jks',
|
||||||
component: {
|
component: {
|
||||||
name: 'a-select',
|
name: 'a-select',
|
||||||
options: [
|
options: [
|
||||||
|
|
Loading…
Reference in New Issue