Lightweight library for getting Free SSL certifications through Let's Encrypt v2, using ACME (RFC 8555)
Go to file
AJ ONeal df022959e4 hard code more test functionality 2018-03-16 00:59:40 -06:00
README.md hard code more test functionality 2018-03-16 00:59:40 -06:00
node.js hard code more test functionality 2018-03-16 00:59:40 -06:00
package.json add note on spec, junk version 2018-03-15 00:43:41 -06:00

README.md

acme-v2.js

A framework for building letsencrypt clients (and other ACME v2 clients), forked from le-acme-core.js.

Summary of spec that I'm working off of here: coolaj86/greenlock.js#5 (comment)

In progress

  • get directory
  • get nonce
  • create account
  • new order
  • get challenges

Not yet tried

  • respond to challenges
  • finalize order
  • poll for status
  • download certificates