Description of problem: The restart command at the end of section "5.8.6.2. Creating an SSL Certificate" should be 'service httpd restart' (currently says 'service restart httpd'). I also noticed that here and there the shell prompt is '$' (user shell) and most of the other places it is '#' (root shell). Version-Release number of selected component (if applicable): 1.2 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Section 6.8.6.1 Creating a Matching Certificate covers the same procedure a second time and gets the web server restart command correct. I wonder if both sections are required and it looks a little disjointed reading them one after the other. 6.8.6.1 has a "Note" referring to the function "configure_wildcard_ssl_cert_on_node" in the kickstart script. Unless I got the wrong kickstart script, that function does not exist. I mention this as it is the 3rd way this document offers to achieve the same thing.
The configure_wildcard_ssl_cert_on_node function is in the kickstart script to which the Deployment Guide links; see line 1719 in https://raw.github.com/openshift/openshift-extras/enterprise-1.2/enterprise/install-scripts/openshift.ks
Excellent a much enhanced kickstart, at least longer! I had version 1.1 of the document and its associated kickstart. The URL to the kickstart file indicates the version bump. The URL to either of the following failed to give me an indication of a version bump. Also the "Cover Page" and "Page Header" just indicate version "1". https://access.redhat.com/site/documentation/OpenShift_Enterprise/ https://access.redhat.com/site/documentation/en-US/OpenShift_Enterprise/1/pdf/Deployment_Guide/OpenShift_Enterprise-1-Deployment_Guide-en-US.pdf Section 5.8.6.2 still has the "service restart httpd" bug instead of "service httpd restart".
This has been fixed for the next release of the OpenShift Enterprise Deployment Guide.
*** Bug 1020030 has been marked as a duplicate of this bug. ***