v2.6.3: note servername option

This commit is contained in:
AJ ONeal 2018-12-22 06:50:35 -07:00
parent 4a11ae8ca7
commit 551909a9d5
2 changed files with 4 additions and 1 deletions

View File

@ -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')

View File

@ -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": [