mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
.. | ||
.gitignore | ||
index.js | ||
package-lock.json | ||
package.json | ||
README.md |
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',
},
// ...
});