Simone Tiraboschi has uploaded a new change for review.

Change subject: packaging: setup: printing an hint about CA subject
......................................................................

packaging: setup: printing an hint about CA subject

Printing an hint about a command
to be executed to get infos about
CA subject.

Change-Id: Ib2b4f39b222b0b82ed9ab36db49574585edb6208
Bug-Url: https://bugzilla.redhat.com/1125188
Signed-off-by: Simone Tiraboschi <stira...@redhat.com>
---
M packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/pki.py
1 file changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/95/33195/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 a8d9216..7d9073b 100644
--- a/packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/pki.py
+++ b/packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/pki.py
@@ -201,7 +201,12 @@
                     "Substitute <country>, <organization> to suite your "
                     "environment\n"
                     "(i.e. the values must match values in the "
-                    "certificate authority of your engine)\n\n"
+                    "certificate authority of your \n"
+                    "engine, if you don't remember you can get them "
+                    "executing\n"
+                    " openssl x509 -in /etc/pki/ovirt-engine/certs/ca.der "
+                    "-noout -subject\n"
+                    "on the engine host)\n\n"
                 ).format(
                     fqdn=self.environment[osetupcons.ConfigEnv.FQDN],
                     name=owspcons.Const.WEBSOCKET_PROXY_CERT_NAME,


-- 
To view, visit http://gerrit.ovirt.org/33195
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib2b4f39b222b0b82ed9ab36db49574585edb6208
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Simone Tiraboschi <stira...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to