mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-15 19:17:02 +02:00
This function call was previously used to generate mappings from
potential subjects (or SANs) to certificates within the TLS client
object. However, newer Go versions have deprecated this method, instead
building the mapping automatically based on present certificates at
request time. Because the corresponding client configuration field is
not used in Vault (NameToCertificate), it is safe to remove this call
and leave it nil.
See also:
|
||
---|---|---|
.. | ||
env_test.go | ||
env.go | ||
run_config_test.go | ||
run_config.go | ||
runner.go | ||
tls.go |