Skip to content

Commit 7435aa4

Browse files
authored
Fix the ssl-build path in proxy deployment (#4571)
* Fix the ssl-build path in proxy deployment * Remove useless steps in uyuni proxy deployment page
1 parent 7d97094 commit 7435aa4

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- Fixed the path to the certificates in proxy deployment
12
- Fixed issue for third-party certificates during migration (bsc#1253350)
23
- Explained how to generate the DB certificate for the upgrade of a 5.0 peripheral server (bsc#1248282)
34
- Explained how to generate the proxy certificates on a peripheral server (bsc#1249425)

modules/installation-and-upgrade/pages/container-deployment/uyuni/proxy-deployment-uyuni.adoc

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ You can consider generated certificates as {productname} builtin (self signed) c
220220
+
221221
Depending on the choice then provide either path to signing CA certificate to generate a new certificate or path to an existing certificate and its key to be used as proxy certificate.
222222
+
223-
The CA certificates generated on the server are stored in the [path]``/var/lib/containers/storage/volumes/root/ssl-build`` directory.
223+
The CA certificates generated on the server are stored in the [path]``/var/lib/containers/storage/volumes/root/_data/ssl-build`` directory.
224224
+
225225
For more information about existing or custom certificates and the concept of corporate and intermediate certificates, see xref:administration:ssl-certs-imported.adoc[].
226226

@@ -236,13 +236,8 @@ This archive needs to be made available on the Proxy container host.
236236

237237

238238
.Task: Copy the Proxy configuration
239-
. Copy the files from the Server container to the Server host OS:
240-
+
241-
----
242-
mgrctl cp server:/root/config.tar.gz .
243-
----
244239

245-
. Next copy the files from the Server host OS to the Proxy host:
240+
. Copy the files to the Proxy host:
246241
+
247242
----
248243
scp config.tar.gz <proxy-FQDN>:/root

0 commit comments

Comments
 (0)