oneuptime/LetsEncyptStore
2022-04-20 21:57:05 +01:00
..
.gitignore fix 2022-04-10 22:54:23 +01:00
index.ts fix process.env 2022-04-20 21:57:05 +01:00
package-lock.json fix 2022-04-10 22:54:23 +01:00
package.json fix 2022-04-10 22:54:23 +01:00
README.md fix 2022-04-10 22:54:23 +01:00
tsconfig.json fix 2022-04-10 22:54:23 +01:00

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
import Greenlock from 'greenlock'

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