2018-03-15 06:41:00 +00:00
|
|
|
acme-v2.js
|
|
|
|
==========
|
|
|
|
|
|
|
|
A framework for building letsencrypt clients (and other ACME v2 clients), forked from `le-acme-core.js`.
|
|
|
|
|
2018-03-15 06:43:41 +00:00
|
|
|
Summary of spec that I'm working off of here: https://git.coolaj86.com/coolaj86/greenlock.js/issues/5#issuecomment-8
|
|
|
|
|
2018-03-15 06:41:00 +00:00
|
|
|
In progress
|
|
|
|
|
|
|
|
* get directory
|
|
|
|
* get nonce
|
|
|
|
* create account
|
2018-03-16 06:59:40 +00:00
|
|
|
* new order
|
|
|
|
* get challenges
|
|
|
|
|
|
|
|
Not yet tried
|
|
|
|
|
|
|
|
* respond to challenges
|
|
|
|
* finalize order
|
|
|
|
* poll for status
|
|
|
|
* download certificates
|