Skip to content
Closed
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/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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
. Copy the `tls` directory containing the private key that the `ccoctl` generated to the installation directory:
. Copy the `tls` directory that contains the private key to the installation directory:

I think the previous command should explain ccoctl's part in the process.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree. Like the rewrite

+
[source,terminal,subs="+quotes"]
----
Expand Down