v2.6.3: note servername option

This commit is contained in:
AJ ONeal 2018-12-22 06:50:35 -07:00
rodič 4a11ae8ca7
revize 551909a9d5
2 změnil soubory, kde provedl 4 přidání a 1 odebrání

Zobrazit soubor

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

Zobrazit soubor

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