oneuptime-le-store

4.0.69 • Public • Published

oneuptime-le-store Package for Greenlock

This module implements a dead-simple, api call to OneUptime backend to store account or certificate details. This allows us to persist our Let's Encrypt data in mongo for automated TLS certificate issuance and use.

Install

npm install oneuptime-le-store

Usage

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

Greenlock.create({
    store: {
        module: 'oneuptime-le-store',
    },
    // ...
});

Package Sidebar

Install

npm i oneuptime-le-store

Weekly Downloads

2

Version

4.0.69

License

MIT

Unpacked Size

4.54 kB

Total Files

3

Last publish

Collaborators

  • hackerbayadmin