diff --git a/docs/guide/use/aliyun/index.md b/docs/guide/use/aliyun/index.md index a73b1c5a..c4268a95 100644 --- a/docs/guide/use/aliyun/index.md +++ b/docs/guide/use/aliyun/index.md @@ -8,4 +8,13 @@ ALIYUN_CLIENT_CONNECT_TIMEOUT=10000 # 连接超时,单位毫秒 ALIYUN_CLIENT_READ_TIMEOUT=10000 #读取数据超时,单位毫秒 -``` \ No newline at end of file +``` + + +## 阿里云Access权限设置 + + +* 申请证书 :`AliyunDNSFullAccess` +* 上传证书到阿里云: `AliyunYundunCertFullAccess` +* 部署证书到OSS: `AliyunYundunCertFullAccess`、`AliyunOSSFullAccess` +* 部署证书到CDN: `AliyunYundunCertFullAccess`、`AliyunCDNFullAccess` \ No newline at end of file