le-challenge-standalone

2.1.2 • Public • Published

| letsencrypt (library) | letsencrypt-cli | letsencrypt-express | letsencrypt-koa | letsencrypt-hapi |

le-challenge-memory

An in-memory strategy for node-letsencrypt for setting, retrieving, and clearing ACME challenges issued by the ACME server

  • Safe to use on ephemeral services (i.e. AWS)

Install

npm install --save le-challenge-standalone@2.x

Usage

var leChallenge = require('le-challenge-standalone').create({
, debug: false
});
 
var LE = require('greenlock');
 
LE.create({
  server: LE.stagingServerUrl
, challenge: leChallenge
});

NOTE: If you request a certificate with 6 domains listed, it will require 6 individual challenges.

Exposed Methods

For ACME Challenge:

  • set(opts, domain, key, val, done)
  • get(defaults, domain, key, done)
  • remove(defaults, domain, key, done)

Legal & Rules of the Road

Greenlock™ and Bluecrypt™ are trademarks of AJ ONeal

The rule of thumb is "attribute, but don't confuse". For example:

Built with Greenlock (a Root project).

Please contact us if you have any questions in regards to our trademark, attribution, and/or visible source policies. We want to build great software and a great community.

Greenlock™ | MPL-2.0 | Terms of Use | Privacy Policy

Package Sidebar

Install

npm i le-challenge-standalone

Weekly Downloads

73

Version

2.1.2

License

MPL-2.0

Unpacked Size

23.2 kB

Total Files

5

Last publish

Collaborators

  • coolaj86