Browse Source

v2.6.3: note servername option

v2.6.3
AJ ONeal 5 years ago
parent
commit
551909a9d5
  1. 3
      README.md
  2. 2
      package.json

3
README.md

@ -205,6 +205,9 @@ var greenlock = Greenlock.create({
// (default: approve any domain that passes self-test of built-in challenges)
, approveDomains: approveDomains
// the default servername to use when the client doesn't specify
, servername: 'example.com'
// If you wish to replace the default account and domain key storage plugin
, store: require('le-store-certbot').create({
configDir: path.join(os.homedir(), 'acme/etc')

2
package.json

@ -1,6 +1,6 @@
{
"name": "greenlock",
"version": "2.6.2",
"version": "2.6.3",
"description": "Let's Encrypt for node.js on npm",
"main": "index.js",
"files": [

Loading…
Cancel
Save