Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: setup: using a different filename for remote wsp certs ......................................................................
packaging: setup: using a different filename for remote wsp certs Proposing a different filename for remote WebSocket proxy cert to avoid overriding existing files. Change-Id: I5304796d6a7df07cc403a9de094ddf3edf6e5208 Bug-Url: https://bugzilla.redhat.com/1116036 Signed-off-by: Simone Tiraboschi <stira...@redhat.com> (cherry picked from commit 291e933574873a4b568fb0c9c4381c0d4d82db9b) --- M packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/pki.py 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/76/30176/1 diff --git a/packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/pki.py b/packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/pki.py index e3b3af8..a030684 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/pki.py +++ b/packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/pki.py @@ -153,12 +153,12 @@ "party CA is available, with this sequence:\n" "1. Copy and save certificate request at\n" - " /etc/pki/ovirt-engine/requests/{name}.req\n" + " /etc/pki/ovirt-engine/requests/{name}-{fqdn}.req\n" "on the engine server\n\n" "2. execute, on the engine host, this command " "to enroll the cert:\n" " /usr/share/ovirt-engine/bin/pki-enroll-request.sh \\\n" - " --name={name} \\\n" + " --name={name}-{fqdn} \\\n" " --subject=\"/C=<country>/O=<organization>/" "CN={fqdn}\"\n" "Substitute <country>, <organization> to suite your " @@ -167,7 +167,7 @@ "certificate authority of your engine)\n\n" "3. Certificate will be available at\n" - " /etc/pki/ovirt-engine/certs/{name}.cer\n" + " /etc/pki/ovirt-engine/certs/{name}-{fqdn}.cer\n" "on the engine host, please copy that content here " "when required\n" ).format( -- To view, visit http://gerrit.ovirt.org/30176 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5304796d6a7df07cc403a9de094ddf3edf6e5208 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com> Gerrit-Reviewer: Simone Tiraboschi <stira...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches