update doc for ca-show and ca-sign

The usage of ca-show and ca-sign have been changed in [1].
So we should update the doc.

[1] https://review.openstack.org/#/c/303272/

Change-Id: I14d98da2560e73e6d2f5cb64b089cc904974c8c5
This commit is contained in:
Hua Wang 2016-04-11 10:21:54 +08:00
parent b225ccdbc5
commit 639dcbee7c
1 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ to Magnum to get it signed.
::
magnum ca-sign --bay secure-k8sbay --csr client.csr > client.crt
magnum ca-sign secure-k8sbay client.csr > client.crt
The final piece you need to retrieve is the CA certificate for the bay. This
is used by your native client to ensure you're only communicating with hosts
@ -191,7 +191,7 @@ that Magnum set up.
::
magnum ca-show --bay secure-k8sbay > ca.crt
magnum ca-show secure-k8sbay > ca.crt
You need to get kubectl, a kubernetes CLI tool, to communicate with the bay