mirror of https://github.com/status-im/consul.git
Merge pull request #4352 from hashicorp/doc-dev-flag-generates-certs
Note that `-dev` generates certs for Connect.
This commit is contained in:
commit
bbbebfc8d7
|
@ -172,7 +172,9 @@ will exit with an error at startup.
|
|||
* <a name="_dev"></a><a href="#_dev">`-dev`</a> - Enable development server
|
||||
mode. This is useful for quickly starting a Consul agent with all persistence
|
||||
options turned off, enabling an in-memory server which can be used for rapid
|
||||
prototyping or developing against the API. This mode is **not** intended for
|
||||
prototyping or developing against the API. In this mode,
|
||||
[Connect is enabled](/docs/connect/configuration.html) and will by default
|
||||
create a new root CA certificate on startup. This mode is **not** intended for
|
||||
production use as it does not write any data to disk.
|
||||
|
||||
* <a name="_disable_host_node_id"></a><a href="#_disable_host_node_id">`-disable-host-node-id`</a> - Setting
|
||||
|
|
Loading…
Reference in New Issue