2016-08-12 21:01:18 +00:00
|
|
|
# le-store-SPEC
|
2016-08-12 21:07:04 +00:00
|
|
|
|
|
|
|
The reference implementation, specification, template, and tests for creating an le-store- strategy.
|
|
|
|
|
|
|
|
The reference implementation is completely in-memory.
|
2016-08-12 05:22:41 +00:00
|
|
|
|
|
|
|
See [Help Wanted: Database Plugins (for saving certs)](https://github.com/Daplie/node-letsencrypt/issues/39)
|
2016-08-12 21:21:35 +00:00
|
|
|
|
|
|
|
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)
|
|
|
|
```
|