update dev info
This commit is contained in:
parent
d4045d484a
commit
f826a31bf8
34
README.md
34
README.md
|
@ -224,31 +224,33 @@ should be kept in sync.
|
||||||
|
|
||||||
### store implementation
|
### store implementation
|
||||||
|
|
||||||
TODO double check and finish
|
See https://github.com/Daplie/node-letsencrypt/issues/39 and https://github.com/Daplie/le-store-certbot
|
||||||
|
|
||||||
* accounts
|
* getOptions()
|
||||||
* accounts.byDomain
|
* accounts.
|
||||||
* accounts.all
|
* checkKeypair(opts, cb)
|
||||||
* accounts.get
|
* check(opts, cb)
|
||||||
* accounts.exists
|
* setKeypair(opts, keypair, cb)
|
||||||
* certs
|
* set(opts, reg, cb)
|
||||||
* certs.byAccount
|
* certificates.
|
||||||
* certs.all
|
* checkKeypair(opts, cb)
|
||||||
* certs.get
|
* check(opts, cb)
|
||||||
* certs.exists
|
* setKeypair(opts, keypair, cb)
|
||||||
|
* set(opts, reg, cb)
|
||||||
|
|
||||||
### challenge implementation
|
### challenge implementation
|
||||||
|
|
||||||
TODO finish
|
See https://github.com/Daplie/le-challenge-fs
|
||||||
|
|
||||||
* `.set(opts, domain, key, value, done);` // opts will be saved with domain/key
|
* `.set(opts, domain, key, value, cb);` // opts will be saved with domain/key
|
||||||
* `.get(opts, domain, key, done);` // opts will be retrieved by domain/key
|
* `.get(opts, domain, key, cb);` // opts will be retrieved by domain/key
|
||||||
* `.remove(opts, domain, key, done);` // opts will be retrieved by domain/key
|
* `.remove(opts, domain, key, cb);` // opts will be retrieved by domain/key
|
||||||
|
|
||||||
Change History
|
Change History
|
||||||
==============
|
==============
|
||||||
|
|
||||||
* v2.0.0 - Aug 5th 2016
|
* v2.0.2 - Aug 9th 2016 update readme
|
||||||
|
* v2.0.1 - Aug 9th 2016
|
||||||
* major refactor
|
* major refactor
|
||||||
* simplified API
|
* simplified API
|
||||||
* modular pluigns
|
* modular pluigns
|
||||||
|
|
Loading…
Reference in New Issue