docs: refine server TLS Vault PKI role config (#16166)
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.
This commit is contained in:
parent
1178b6e48c
commit
cc36dba9e7
|
@ -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