Re: BasicConstraints - Re: problem with self-signed crt in Apache

2013-01-03 Thread Robert Moskowitz
On 01/02/2013 11:45 PM, Dave Thompson wrote: From: Robert Moskowitz [mailto:r...@htt-consult.com] Sent: Wednesday, 02 January, 2013 12:12 As I indicated, part of my problem is the default ssl.conf for apache points to localhost.crt (built at firstboot) and I changed my hostname which does not

BasicConstraints - Re: problem with self-signed crt in Apache

2013-01-02 Thread Robert Moskowitz
As I indicated, part of my problem is the default ssl.conf for apache points to localhost.crt (built at firstboot) and I changed my hostname which does not change the localhost cert. But the BasicConstraints problem is still needed to work out. On 12/31/2012 07:18 PM, Dave Thompson wrote:

RE: BasicConstraints - Re: problem with self-signed crt in Apache

2013-01-02 Thread Dave Thompson
From: Robert Moskowitz [mailto:r...@htt-consult.com] Sent: Wednesday, 02 January, 2013 12:12 As I indicated, part of my problem is the default ssl.conf for apache points to localhost.crt (built at firstboot) and I changed my hostname which does not change the localhost cert. But the

Solved - Re: problem with self-signed crt in Apache

2013-01-01 Thread Robert Moskowitz
I had changed my hostname for the system, and that does not produce a new localhost.crt, so the message was from this cert content and the ssl.conf reference to the localhost.crt Grumble, Grumble. As for the '/' in the report of cert content, this seems to be a 'bug' in how the DN is

RE: problem with self-signed crt in Apache

2013-01-01 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Robert Moskowitz Sent: Monday, 31 December, 2012 17:02 I am running on Centos 6.3 where it looks like Openssl is 1.0.0-25 I am creating my cert with: openssl req -new -outform PEM -out certs/test.htt-consult.com.crt -newkey rsa:2048

problem with self-signed crt in Apache

2012-12-31 Thread Robert Moskowitz
Hello, I am running on Centos 6.3 where it looks like Openssl is 1.0.0-25 I am creating my cert with: openssl req -new -outform PEM -out certs/test.htt-consult.com.crt -newkey rsa:2048 -nodes -keyout private/test.htt-consult.com.key -keyform PEM -days 3650 -x509 This prompts me for the