mirror of https://github.com/hashicorp/consul
docs: refine server TLS Vault PKI role config
The generate_lease=true configuration is unnecessary and generates a note about performance implications in Vault logs. Remove this configuration so that the default value of generate_lease=false is used instead.pull/16166/head
parent
24c431270c
commit
611c3591af
|
@ -104,7 +104,6 @@ this is required for the Consul components to communicate with the Consul server
|
|||
allow_subdomains=true \
|
||||
allow_bare_domains=true \
|
||||
allow_localhost=true \
|
||||
generate_lease=true \
|
||||
max_ttl="720h"
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue