mirror of
https://github.com/certd/certd.git
synced 2026-04-23 03:27:25 +08:00
16 lines
353 B
YAML
16 lines
353 B
YAML
showRunStrategy: false
|
|
default:
|
|
strategy:
|
|
runStrategy: 1
|
|
name: RestartCertd
|
|
title: 重启 Certd
|
|
icon: mdi:restart
|
|
desc: 【仅管理员可用】 重启 certd的https服务,用于更新 Certd 的 ssl 证书
|
|
group: admin
|
|
onlyAdmin: true
|
|
input: {}
|
|
output: {}
|
|
pluginType: deploy
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-admin/plugin-restart.js
|