Skip to content

HCIDOCS-635: Add note that SSL certificates for ISO installation on S… #93443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
9 changes: 7 additions & 2 deletions modules/install-sno-generating-the-install-iso-manually.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ $ cp install-config.yaml ocp
----
$ ./openshift-install --dir=ocp create single-node-ignition-config
----

+
. Embed the ignition data into the {op-system} ISO by running the following commands:
+
[source,terminal]
Expand All @@ -213,6 +213,11 @@ $ alias coreos-installer='podman run --privileged --pull always --rm \
----
$ coreos-installer iso ignition embed -fi ocp/bootstrap-in-place-for-live-iso.ign rhcos-live.iso
----
+
[IMPORTANT]
====
The SSL certifcates for the {op-system} ISO installation image are only valid for 24 hours. To re-create the image after 24 hours, delete the `ocp` directory and re-create the {product-title} assets.
====
endif::openshift-origin[]
ifdef::openshift-origin[]
. Generate {product-title} assets by running the following commands:
Expand Down Expand Up @@ -245,4 +250,4 @@ $ alias coreos-installer='podman run --privileged --pull always --rm \
----
$ coreos-installer iso ignition embed -fi sno/bootstrap-in-place-for-live-iso.ign fcos-live.iso
----
endif::openshift-origin[]
endif::openshift-origin[]