Bug 989832 - Extra " character in certutil command line cause command to fail
Summary: Extra " character in certutil command line cause command to fail
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: doc-Installation_and_Configuration_Guide
Version: 3.0
Hardware: All
OS: Linux
medium
low
Target Milestone: async
: 3.0
Assignee: Stephen Gordon
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks: 1011085
TreeView+ depends on / blocked
 
Reported: 2013-07-30 03:18 UTC by Kurt Seifried
Modified: 2014-01-06 04:25 UTC (History)
3 users (show)

Fixed In Version: Red_Hat_OpenStack-Installation_and_Configuration_Guide-3-web-en-US-3-31.el6eng
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-06 04:25:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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]


Note You need to log in before you can comment on or make changes to this bug.