Skip to content

Commit

Permalink
Update director-certs.html.md.erb
Browse files Browse the repository at this point in the history
the command fails unless --ca-cert is given up front
  • Loading branch information
sukhil-suresh committed Apr 26, 2016
1 parent 4528882 commit 0d406e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion director-certs.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ If you are using the UAA for user management, additionally put certificates in t
After you deployed your Director with the above changes, you need to specify `--ca-cert` when targeting the Director:

<pre class="terminal">
$ bosh target 10.244.4.2 --ca-cert certs/rootCA.pem
$ bosh --ca-cert certs/rootCA.pem target 10.244.4.2
</pre>

<p class="note">Note: If your certificates are trusted via system installed CA certificates, there is no need to provide `--ca-cert` option.</p>
Expand Down

0 comments on commit 0d406e0

Please sign in to comment.