The specification, template, and tests for creating an le-store- strategy for Let's Encrypt v2 / ACME using greenlock.js.
Go to file
AJ ONeal e120d2dcc2 add API brief 2016-08-12 15:21:35 -06:00
.gitignore Initial commit 2016-08-11 23:20:20 -06:00
LICENSE Initial commit 2016-08-11 23:20:20 -06:00
README.md add API brief 2016-08-12 15:21:35 -06:00
index.js Create index.js 2016-08-11 23:42:28 -06:00

README.md

le-store-SPEC

The reference implementation, specification, template, and tests for creating an le-store- strategy.

The reference implementation is completely in-memory.

See Help Wanted: Database Plugins (for saving certs)

API

* getOptions()
* accounts.
  * checkKeypair(opts, cb)
  * setKeypair(opts, keypair, cb)
  * check(opts, cb)
  * set(opts, reg, cb)
* certificates.
  * checkKeypair(opts, cb)
  * setKeypair(opts, keypair, cb)
  * check(opts, cb)
  * set(opts, reg, cb)