为Greenlock设计 Designed for Greenlock
- 更新了文档
$ npm install alibaba-dns-challenge
在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"]
}
}
})