docs: 补充官网安装脚本

pull/8/head
YANGJINZE 2025-05-09 14:53:11 +08:00 committed by GitHub
parent 8edd3ff47c
commit 1cb2ff09f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ ALLinSSL 是一个集证书申请、管理、部署和监控于一体的SSL证
### 安装步骤
#### 1. 通过官网安装脚本安装
```bash
curl -sSO http://download.allinssl.com/install_allinssl.sh && bash install_allinssl.sh allinssl
```
#### 2. 编译安装:
- 编译安装时需要注意可执行文件的名称和运行目录,在`allinssl.sh`中需要修改为对应的名称和路径否则可能导致脚本不可用
- 推荐安装路径为`/www/allinssl/`,可执行文件名为`allinssl`,建议将`allinssl.sh`软链到`/usr/bin/`目录下