acme-http-01-oss

1.0.0 • Public • Published

acme-http-01-oss

Deeply inspired by acme-http-01-s3.js

Quick Start

greenlock.manager
  .defaults({
    agreeToTerms: true,
    subscriberEmail: 'xxxx@xx.com',
    challenges: {
      'http-01': {
        module: 'acme-http-01-oss',
        accessKeyId: 'xxx',
        accessKeySecret: 'xxx',
        region: 'oss-cn-hangzhou',
        bucket: 'xxx',
      },
    },
  })

Readme

Keywords

none

Package Sidebar

Install

npm i acme-http-01-oss

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.85 kB

Total Files

4

Last publish

Collaborators

  • zhoukekestar