oneuptime-acme-http-01-staging

4.0.34 • Public • Published

oneuptime-acme-http-01 Package for Greenlock

This module handles acme-http-01 challenge and also the api call to OneUptime backend to persist keyAuthorization and token data from acme directory in our mongodb. The stored data will be used by OneUptime to validate all our certificate order/renewal.

Install

npm install oneuptime-acme-http-01

Usage

// make sure greenlock is already installed
const Greenlock = require('greenlock');

Greenlock.create({
    challenges: {
        'http-01': {
            module: 'oneuptime-acme-http-01',
        },
    },
    // ...
});

Package Sidebar

Install

npm i oneuptime-acme-http-01-staging

Weekly Downloads

2

Version

4.0.34

License

MIT

Unpacked Size

3.81 kB

Total Files

5

Last publish

Collaborators

  • hackerbayadmin