@@ -126,18 +126,18 @@ type LeaderJoinInfo struct {
126126 // client authentication during TLS.
127127 LeaderClientKey string `json:"leader_client_key"`
128128
129- // LeaderCACert is the CA cert of the leader node. This should only be
130- // provided via Vault's configuration file.
129+ // LeaderCACertFile is the path on disk to the the CA cert file of the
130+ // leader node. This should only be provided via Vault's configuration file.
131131 LeaderCACertFile string `json:"leader_ca_cert_file"`
132132
133- // LeaderClientCert is the client certificate for the follower node to
134- // establish client authentication during TLS. This should only be provided
135- // via Vault's configuration file.
133+ // LeaderClientCertFile is the path on disk to the client certificate file
134+ // for the follower node to establish client authentication during TLS. This
135+ // should only be provided via Vault's configuration file.
136136 LeaderClientCertFile string `json:"leader_client_cert_file"`
137137
138- // LeaderClientKey is the client key for the follower node to establish
139- // client authentication during TLS. This should only be provided via
140- // Vault's configuration file.
138+ // LeaderClientKeyFile is the path on disk to the client key file for the
139+ // follower node to establish client authentication during TLS. This should
140+ // only be provided via Vault's configuration file.
141141 LeaderClientKeyFile string `json:"leader_client_key_file"`
142142
143143 // Retry indicates if the join process should automatically be retried
0 commit comments