oneuptime/fyipe-le-store
2022-01-17 10:28:51 +01:00
..
.gitignore setup and deploy fyipe-le-store and fyipe-acme-http-01 greenlock modules 2021-04-02 09:04:10 +01:00
index.js add backend protocol 2021-04-02 14:25:27 +01:00
package-lock.json upgrade packages in package.json file for oneuptime fyipe-le-store 2022-01-17 10:28:51 +01:00
package.json upgrade packages in package.json file for oneuptime fyipe-le-store 2022-01-17 10:28:51 +01:00
README.md include readme 2021-04-07 14:01:32 +01:00

fyipe-le-store Package for Greenlock

This module implements a dead-simple, api call to Fyipe 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 fyipe-le-store

Usage

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

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