mirror of https://github.com/certd/certd
15 lines
353 B
YAML
15 lines
353 B
YAML
showRunStrategy: false
|
||
default:
|
||
strategy:
|
||
runStrategy: 1
|
||
name: RestartCertd
|
||
title: 重启 Certd
|
||
icon: mdi:restart
|
||
desc: 【仅管理员可用】 重启 certd的https服务,用于更新 Certd 的 ssl 证书
|
||
group: other
|
||
input: {}
|
||
output: {}
|
||
type: builtIn
|
||
pluginType: deploy
|
||
scriptFilePath: ../../../plugins/plugin-other/plugins/plugin-restart.js
|