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:
Jared Kirschner 2023-02-06 12:29:36 -05:00 committed by GitHub
parent 1178b6e48c
commit cc36dba9e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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"
```