Skip to content

Commit

Permalink
Update documentation around VAULT_TLS_SERVER_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Feb 25, 2016
1 parent 8970f3a commit adb98d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/source/docs/commands/environment.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,8 @@ The following table describes them:
<td><tt>VAULT_SKIP_VERIFY</tt></td>
<td>If set, do not verify Vault's presented certificate before communicating with it. Setting this variable is not recommended except during testing.</td>
</tr>
<tr>
<td><tt>VAULT_TLS_SERVER_NAME</tt></td>
<td>If set, use the given name as the SNI host when connecting via TLS.</td>
</tr>
</table>

0 comments on commit adb98d7

Please sign in to comment.