koa-acme
Koa middleware for handling ACME challenge requests.
Install
npm install koa-acme
Use
const acme = const koa = let app = app
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.