chore: doc

This commit is contained in:
xiaojunnuo
2025-05-11 10:04:54 +08:00
parent 47df2ffc3e
commit b454e02d01
12 changed files with 42 additions and 58 deletions
+17
View File
@@ -0,0 +1,17 @@
# 部署证书到ESXi
使用`部署证书到主机插件`即可
## 开启ssh
登陆ESXi Web后台,点击 主机 -> 操作 -> 服务 -> 启用 Secure ShellSSH)打开SSH
## 添加部署到主机任务
![img.png](./images/ssh.png)
## 配置重启脚本
```bash
/etc/init.d/hostd restart
/etc/init.d/vpxa restart
```