Bug 11018

Summary: openssl - generating a certificate request
Product: [Retired] Red Hat Secure Web Server Reporter: pdavies1
Component: securewebAssignee: Florian La Roche <laroche>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3.1CC: pdavies1
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-07-20 21:47:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description pdavies1 2000-04-24 17:17:42 UTC
RedHat 6.2 Professional - Secure Web Server

In section 3.5.2 of the Secure Web Server manual, it describes how to
generate your certificate:

/usr/bin/openssl req -new -key /etc/httpd/conf/server.key -out
/etc/httpd/conf/server.csr

In the manual is shows one of the lines you will be prompted to enter as
being "Server Host Name[]:" But in practise when you run the above command,
it does not actually ask you for that line, but does ask you for all the
rest of the ones described in that section of the manual.

As a result, when you then go to setup the certificate with VeriSign, it
fails. Because you did not supply a valid server name. But of course it is
not possible to supply a valid one, as the command does not prompt you for
one when you are creating your server.crt on your RH6.2 Pro system using
openssl.

So how does one create a secure server with this software without it
prompting you for this line?

Comment 1 Nalin Dahyabhai 2000-07-18 19:07:22 UTC
Are you instead prompted for a common name (which might mistakenly be
labeled "your name"?)

Comment 2 pdavies1 2000-07-20 21:47:27 UTC
I did not report this bug report !!!


Comment 3 Nalin Dahyabhai 2000-07-23 22:33:00 UTC
Okay, then I'll just close it.