Greenlock store module ported for OneUptime
npm install oneuptime-le-storeThis 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.
npm install oneuptime-le-store
// make sure greenlock is already installed
const Greenlock = require('greenlock');
Greenlock.create({
store: {
module: 'oneuptime-le-store',
},
// ...
});