Skip to content

Commit 6f7f8a9

Browse files
authored
Merge pull request #66313 from ahardin-rh/sigdoc-demo
typo fix
2 parents 87cdfc0 + 0312def commit 6f7f8a9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

modules/mirror-registry-ssl-cert-replace.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44

55
:_content-type: PROCEDURE
66
[id="mirror-registry-ssl-cert-replace_{context}"]
7-
= Replacing mirror registry for Red Hat OpenShift SSL/TLS certificates
7+
= Replacing mirror registry for Red Hat OpenShift SSL/TLS certificates
88

9-
In some cases, you might want to update your SSL/TLS certificates for the the _mirror registry for Red Hat OpenShift_. This is useful in the following scenarios:
9+
In some cases, you might want to update your SSL/TLS certificates for the _mirror registry for Red Hat OpenShift_. This is useful in the following scenarios:
1010

1111
* If you are replacing the current _mirror registry for Red Hat OpenShift_ certificate.
12-
* If you are using the same certificate as the previous _mirror registry for Red Hat OpenShift_ installation.
13-
* If you are periodically updating the _mirror registry for Red Hat OpenShift_ certificate.
12+
* If you are using the same certificate as the previous _mirror registry for Red Hat OpenShift_ installation.
13+
* If you are periodically updating the _mirror registry for Red Hat OpenShift_ certificate.
1414
1515
Use the following procedure to replace _mirror registry for Red Hat OpenShift_ SSL/TLS certificates.
1616

17-
.Prerequisites
17+
.Prerequisites
1818

19-
* You have downloaded the `./mirror-registry` binary from the link:https://console.redhat.com/openshift/downloads#tool-mirror-registry[OpenShift console *Downloads*] page.
19+
* You have downloaded the `./mirror-registry` binary from the link:https://console.redhat.com/openshift/downloads#tool-mirror-registry[OpenShift console *Downloads*] page.
2020
2121
.Procedure
2222

@@ -29,7 +29,7 @@ $ ./mirror-registry install \
2929
--quayRoot <example_directory_name>
3030
----
3131
+
32-
This installs the _mirror registry for Red Hat OpenShift_ to the `$HOME/quay-install` directory.
32+
This installs the _mirror registry for Red Hat OpenShift_ to the `$HOME/quay-install` directory.
3333

3434
. Prepare a new certificate authority (CA) bundle and generate new `ssl.key` and `ssl.crt` key files. For more information, see link:https://access.redhat.com/documentation/en-us/red_hat_quay/3/html-single/deploy_red_hat_quay_for_proof-of-concept_non-production_purposes/index#introduction-using-ssl[Using SSL/TLS].
3535

@@ -58,5 +58,5 @@ $ cp ~/ssl.key $QUAY/quay-config
5858
+
5959
[source,terminal]
6060
----
61-
$ systemctl restart quay-app
61+
$ systemctl restart quay-app
6262
----

0 commit comments

Comments
 (0)