diff --git a/modules/cco-ccoctl-install-creating-manifests.adoc b/modules/cco-ccoctl-install-creating-manifests.adoc index d6539085adff..af24e2d55fb0 100644 --- a/modules/cco-ccoctl-install-creating-manifests.adoc +++ b/modules/cco-ccoctl-install-creating-manifests.adoc @@ -147,7 +147,7 @@ where `` is the directory in which the installation prog $ cp //manifests/* ./manifests/ ---- -. Copy the private key that the `ccoctl` utility generated in the `tls` directory to the installation directory by running the following command: +. Copy the `tls` directory that contains the private key to the installation directory: + [source,terminal,subs="+quotes"] ---- diff --git a/modules/sts-mode-installing-manual-run-installer.adoc b/modules/sts-mode-installing-manual-run-installer.adoc index df1b79106b0d..e81bc3c9cc63 100644 --- a/modules/sts-mode-installing-manual-run-installer.adoc +++ b/modules/sts-mode-installing-manual-run-installer.adoc @@ -51,7 +51,7 @@ $ openshift-install create manifests $ cp //manifests/* ./manifests/ ---- -. Copy the private key that the `ccoctl` generated in the `tls` directory to the installation directory: +. Copy the `tls` directory containing the private key that the `ccoctl` generated to the installation directory: + [source,terminal,subs="+quotes"] ----