An in-memory strategy for node-letsencrypt for setting, retrieving, and clearing ACME challenges issued by the ACME server.
| letsencrypt (library)
| letsencrypt-cli
| letsencrypt-express
| letsencrypt-koa
| letsencrypt-hapi
|
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)
``bash`
npm install --save le-challenge-standalone@2.x
`bash
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.
For ACME Challenge:
* set(opts, domain, key, val, done)get(defaults, domain, key, done)
* remove(defaults, domain, key, done)`
*
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