2.0.2 • Published 6 years ago

koa-acme v2.0.2

Weekly downloads
11
License
MIT
Repository
github
Last release
6 years ago

koa-acme

travis   npm   license

Koa middleware for handling ACME challenge requests.

Install

npm install koa-acme

Use

const acme = require('koa-acme')
const koa = require('koa')

let app = new koa()

app.use(acme({
    challenge: {
        'test': 'test.1'
    },
    forceSecure: true
}))

Configure your challenge responses any way you see fit (config file, environment variable, external vault, etc.)

Legacy koa v1.x support

See koa-acme/v1 for koa v1.x middleware.

License

MIT

2.0.2

6 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago