diff --git a/doc-Service-Telemetry-Framework/modules/proc_getting-ca-certificate-from-stf-for-overcloud-configuration.adoc b/doc-Service-Telemetry-Framework/modules/proc_getting-ca-certificate-from-stf-for-overcloud-configuration.adoc index 1db731fc..fbae53c3 100644 --- a/doc-Service-Telemetry-Framework/modules/proc_getting-ca-certificate-from-stf-for-overcloud-configuration.adoc +++ b/doc-Service-Telemetry-Framework/modules/proc_getting-ca-certificate-from-stf-for-overcloud-configuration.adoc @@ -24,11 +24,11 @@ = Getting CA certificate from {Project} for overcloud configuration [role="_abstract"] -To connect your {OpenStack} overcloud to {Project} ({ProjectShort}), retrieve the CA certificate of {MessageBus} that runs within {Project} and use the certificate in the {OpenStack} configuration. +To connect your {OpenStack} ({OpenStackShort}) overcloud to {Project} ({ProjectShort}), retrieve the CA certificate of {MessageBus} that runs within {ProjectShort} and use the certificate in {OpenStackShort} configuration. .Procedure -. View a list of available certificates in {Project}: +. View a list of available certificates in {ProjectShort}: + [source,bash,options="nowrap",subs="verbatim"] ---- @@ -40,4 +40,4 @@ $ oc get secrets [source,bash,options="nowrap",subs="verbatim"] ---- $ oc get secret/default-interconnect-selfsigned -o jsonpath='{.data.ca\.crt}' | base64 -d ----- \ No newline at end of file +----