Bug 989832

Summary: Extra " character in certutil command line cause command to fail
Product: Red Hat OpenStack Reporter: Kurt Seifried <kseifried>
Component: doc-Installation_and_Configuration_GuideAssignee: Stephen Gordon <sgordon>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: low Docs Contact:
Priority: medium    
Version: 3.0CC: hateya, sgordon, yeylon
Target Milestone: asyncKeywords: Documentation, ZStream
Target Release: 3.0   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Red_Hat_OpenStack-Installation_and_Configuration_Guide-3-web-en-US-3-31.el6eng Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-06 04:25:42 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1011085    

Description Kurt Seifried 2013-07-30 03:18:54 UTC
Document URL: https://access.redhat.com/site/documentation/en-US/Red_Hat_OpenStack/3/html/Installation_and_Configuration_Guide/Enable_SSL_on_the_Broker1.html

Section Number and Name: 4.2.2.2. Enable SSL on the Broker

Describe the issue: extra " in example breaks the command

Suggestions for improvement: remove the extra "

Additional information: 

[root@openstack3-rhos openstack]# certutil -S -d ${CERT_DIR} -n ${NICKNAME} -s "CN=${NICKNAME}"" -t "CT,," -x -f ${CERT_PW_FILE} -z /usr/bin/certutil
> ^C

[root@openstack3-rhos openstack]# certutil -S -d ${CERT_DIR} -n ${NICKNAME} -s "CN=${NICKNAME}" -t "CT,," -x -f ${CERT_PW_FILE} -z /usr/bin/certutil
Incorrect password/PIN entered.
certutil: unable to generate key(s)
: The security password entered is incorrect.

Comment 2 Stephen Gordon 2013-08-06 14:32:12 UTC
"Enable SSL on the Broker" - ID: 17958 [rev: 492846]