mirror of
https://github.com/certd/certd.git
synced 2026-04-30 01:07:28 +08:00
chore:
This commit is contained in:
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user