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
Jared Kirschner 2023-02-06 12:13:57 -05:00 committed by GitHub
parent 24c431270c
commit 611c3591af
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_subdomains=true \
allow_bare_domains=true \ allow_bare_domains=true \
allow_localhost=true \ allow_localhost=true \
generate_lease=true \
max_ttl="720h" max_ttl="720h"
``` ```