acme-http-01-oss
v1.0.0
Published
Deeply inspired by [acme-http-01-s3.js](https://git.coolaj86.com/coolaj86/acme-http-01-s3.js/src/branch/master/lib/index.js)
Downloads
3
Readme
acme-http-01-oss
Deeply inspired by acme-http-01-s3.js
Quick Start
greenlock.manager
.defaults({
agreeToTerms: true,
subscriberEmail: '[email protected]',
challenges: {
'http-01': {
module: 'acme-http-01-oss',
accessKeyId: 'xxx',
accessKeySecret: 'xxx',
region: 'oss-cn-hangzhou',
bucket: 'xxx',
},
},
})