Skip to content

Commit 1c79347

Browse files
committed
docs: 更新 API 凭证获取路径
1 parent 349c56b commit 1c79347

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ sudo systemctl start anssl
154154

155155
## 常见问题
156156

157-
**Q: AccessKey 在哪里获取?**
158-
A: 登录 [anssl.cn](https://anssl.cn)设置个人资料
157+
**Q: server.accessKey 在哪里获取?**
158+
A: 登录 [anssl.cn](https://anssl.cn)控制台开发者 → API 凭证
159159

160160
**Q: 支持哪些 Web 服务器和管理面板?**
161161
A: 支持 Nginx、Apache、RustFS、1Panel 和飞牛 OS 自动部署。只需在 `config.yaml` 中配置对应的证书目录或面板信息,即可实现自动部署和服务重载(Nginx 和 Apache)

README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ sudo systemctl start anssl
154154

155155
## FAQ
156156

157-
**Q: Where can I get the AccessKey?**
158-
A: Log in to [anssl.cn](https://anssl.cn)SettingsProfile.
157+
**Q: Where can I get `server.accessKey`?**
158+
A: Log in to [anssl.cn](https://anssl.cn)ConsoleDeveloper → API Credentials.
159159

160160
**Q: Which web servers and panels are supported?**
161161
A: Nginx, Apache, RustFS, 1Panel, and FeiNiu OS. Configure certificate directories or panel info in `config.yaml`, and deployment runs automatically (with reload for Nginx/Apache).

config.example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 首次安装后通常只需要先填写 server.accessKey。
33
# 除 server.accessKey 外,其余字段均可按需要启用;留空或 false 表示不启用对应能力。
44
server:
5-
# 必填。从 anssl.cn 设置 -> 个人资料 中获取,用于客户端连接后端时鉴权。
5+
# 必填。从 anssl.cn 控制台 -> 开发者 -> API 凭证 中获取,用于客户端连接后端时鉴权。
66
accessKey: "your_access_key_here"
77
# 可选。HTTP-01 验证服务端口,默认 19000。
88
# Nginx/Apache 反向代理 .well-known/acme-challenge 到该端口后,证书申请验证可自动完成。

0 commit comments

Comments
 (0)