3.1.1 • Published 4 years ago

greenlock-manager-fs v3.1.1

Weekly downloads
17,332
License
MPL-2.0
Repository
-
Last release
4 years ago

greenlock-manager-fs.js

A simple file-based management strategy for Greenlock v3

(to manage SSL certificates for sites)

Install

npm install --save greenlock-manager-fs@v3

Usage

npx greenlock init --manager greenlock-manager-fs --config-dir './greenlock.d'

Or, place this file in the root of your project:

.greenlockrc:

{
	"manager": { "module": "@greenlock/manager" },
	"configDir": "./greenlock.d"
}

Example config file

You might start your config file like this:

./greenlock.d/config.json:

{
	"subscriberEmail": "jon@example.com",
	"agreeToTerms": true,
	"sites": [
		{
			"subject": "example.com",
			"altnames": ["example.com", "*.example.com"]
		}
	]
}

CLI Management (coming soon)

We're going to be adding some tools to greenlock so that you can do something like this to manage your sites and SSL certificates:

npx greenlock defaults --subscriber-email jon@example.com --agree-to-terms true
npx greenlock add --subject example.com --altnames example.com,*.example.com
npx greenlock renew --all
3.1.1

4 years ago

3.1.0

4 years ago

3.0.5

4 years ago

3.0.4

4 years ago

3.0.3

4 years ago

3.0.1

5 years ago

3.0.0

5 years ago

0.7.0

5 years ago

0.6.5

5 years ago

0.6.4

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.1.0

5 years ago