le-store-consul
v2.0.2
Published
Greenlock store interface for Consul
Downloads
7
Maintainers
Readme
le-store-consul
Greenlock store interface for Consul
Usage
See documentation of Greenlock first!
const leStore = require("le-store-consul").create({
host: "localhost",
port: 8500,
secure: false,
ca: null,
basekey: "greenlock"
})
Parameter | Description | Default --------- | ----------- | ------- host | Hostname of consul server | "localhost" port | Port of consul server | 8500 secure | Access consul via HTTPS | false ca | array of strings or buffers of trusted certificates in PEM format | null basekey | First part of consul key | "greenlock"
Copyright
Copyright 2017Sebastian Software GmbH