Fix errors in the proc. to config. HTTPS and use remote CLI with it

r6/r7 Updates: https://review.opendev.org/c/starlingx/docs/+/869828

- Back "organizations" and "ABC-Company" from command.
- Fixed the code block structure.
- Replaced "-o=jsonpath='{.data.ca\.crt}'" command.
- Removed "organizations" and "ABC-Company" from command.
- Added the "touch ${OUTPUT_FILE}" command.
- Fixed the "platform -r admin_openrc.sh" command.

Signed-off-by: Elaine Fonaro <elaine.fonaro@windriver.com>
Change-Id: Icd09250e48e89b25157b5db2afac01658317c501
This commit is contained in:
Elaine Fonaro 2023-01-10 16:30:08 -03:00 committed by Juanita-Balaraj
parent 3c921996ff
commit 833451bd9f
2 changed files with 3 additions and 2 deletions

View File

@ -166,6 +166,7 @@ CLIs and Clients for an admin user with cluster-admin clusterrole.
.. code-block:: none
~(keystone_admin)]$ touch ${OUTPUT_FILE}
~(keystone_admin)]$ sudo chown sysadmin:sys_protected ${OUTPUT_FILE}
sudo chmod 644 ${OUTPUT_FILE}
@ -255,7 +256,7 @@ CLIs and Clients for an admin user with cluster-admin clusterrole.
.. parsed-literal::
$ ./configure_client.sh -t platform -r admin_openrc.sh -k admin-kubeconfig -w HOME/remote_cli_wd -p |registry-url|/starlingx/stx-platformclients:stx.8.0-v1.5.9
$ ./configure_client.sh -t platform -r admin-openrc.sh -k admin-kubeconfig -w HOME/remote_cli_wd -p |registry-url|/starlingx/stx-platformclients:stx.8.0-v1.5.9
If you specify repositories that require authentication, as shown
above, you must first perform a :command:`docker login` to that

View File

@ -99,7 +99,7 @@ certificates.
.. code-block::
~(keystone_admin)]$ kubectl get secret <secretname> -n <namespacename> -o=jsonpath='{.data.ca\.crt}' | base64 --decode > <pemfilename>
~(keystone_admin)]$ kubectl get secret <secretname> -n <namespacename> -o=jsonpath='{.data.tls\.crt}' | base64 --decode > <pemfilename>
Create a local Intermediate CA
------------------------------