Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/cco-ccoctl-install-creating-manifests.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ where `<installation_directory>` is the directory in which the installation prog
$ cp /<path_to_ccoctl_output_dir>/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"]
----
Expand Down
2 changes: 1 addition & 1 deletion modules/sts-mode-installing-manual-run-installer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $ openshift-install create manifests
$ cp /<path_to_ccoctl_output_dir>/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"]
----
Expand Down