alibaba-dns-challenge
v1.0.1
Published
A dns challenge module for greenlock
Downloads
4
Maintainers
Readme
阿里云DNS验证 Alibaba Cloud DNS Challenge
为Greenlock设计 Designed for Greenlock
更新内容 Update
- 更新了文档
安装 Installation
$ npm install alibaba-dns-challenge
使用 Usage
在Greenlock中使用 Use in greenlock
- accessKeyId: Your alibaba cloud accessKeyID
- accessKeySecret: Your alibaba cloud accessKeySecret
- zones: Domains to take care of
greenlock.manager.defaults({
agreeToTerms: true,
subscriberEmail: 'Your email',
challenges: {
"dns-01": {
module: "alibaba-dns-challenge",
accessKeyId: "Alibaba-Key",
accessKeySecret: "Alibaba-Key",
zones: ["your.domain"]
}
}
})