opensll req -new: unkown option -new!?
am 26.12.2007 16:51:35 von Eric Wood
This is a multi-part message in MIME format.
------=_NextPart_000_00B1_01C847AD.48F94870
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
My cert expired so I'm trying to renew. Because the Organizational Unit =
field is now required, I'm trying to recreate a new CSR from my existing =
key:
# openssl req -new -key www.xyz.com.key -out www.xyz.com.csr
unknown option -new
req [options] outfile
where options are
......... etc..
-new new request.
......... etc.
I'm running FC6 with latest openssl-0.9.8b-15.fc6. I'm totally =
perplexed as to why -new is an unknown option. Any ideas?
Thanks, =20
-Eric Wood
------=_NextPart_000_00B1_01C847AD.48F94870
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
charset=3Diso-8859-1">
My cert expired so I'm trying to =
renew. =20
Because the Organizational Unit field is now required, I'm trying to =
recreate a=20
new CSR from my existing key:
# openssl req =96new =96key
href=3D"http://www.xyz.com.key/">www.xyz.com.key =96out
href=3D"http://www.xyz.com.csr/">www.xyz.com.csr
unknown option =
=96new
req=20
[options] <infile >outfile
where options are
........=20
etc..
size=3D2>-new =
new=20
request.
........ etc.
I'm running FC6 with latest=20
openssl-0.9.8b-15.fc6. I'm totally perplexed as to why -new =
is an=20
unknown option. Any ideas?
Thanks,
-Eric =
Wood
------=_NextPart_000_00B1_01C847AD.48F94870--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: opensll req -new: unkown option -new!?
am 28.12.2007 22:19:25 von Eckard Wille
Eric Wood schrieb:
> My cert expired so I'm trying to renew. Because the Organizational
> Unit field is now required, I'm trying to recreate a new CSR from
> my existing key:
>
> # openssl req -new -key www.xyz.com.key -out www.xyz.com.csr
> unknown option -new ........ etc.
>
> I'm running FC6 with latest openssl-0.9.8b-15.fc6. I'm totally
> perplexed as to why -new is an unknown option. Any ideas?
Hi Eric,
perhaps the "-" has not the required ascii code. Did you copy that
command from a website? Some fellows use long minus signs for better
readability, so give it another try by typing the command line by hand.
Greetings from Germany,
Eckard
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: opensll req -new: unkown option -new!?
am 28.12.2007 22:29:28 von Martin Dickau
I found it does this if it cannot find openssl.cnf. You can tell it where
the file is via the -config switch.
Regards,
Martin
----- Original Message -----
From: "Eckard Wille"
To:
Sent: Friday, December 28, 2007 4:19 PM
Subject: Re: opensll req -new: unkown option -new!?
> Eric Wood schrieb:
>> My cert expired so I'm trying to renew. Because the Organizational
>> Unit field is now required, I'm trying to recreate a new CSR from
>> my existing key:
>>
>> # openssl req -new -key www.xyz.com.key -out www.xyz.com.csr
>> unknown option -new ........ etc.
>>
>> I'm running FC6 with latest openssl-0.9.8b-15.fc6. I'm totally
>> perplexed as to why -new is an unknown option. Any ideas?
>
>
> Hi Eric,
>
> perhaps the "-" has not the required ascii code. Did you copy that
> command from a website? Some fellows use long minus signs for better
> readability, so give it another try by typing the command line by hand.
>
> Greetings from Germany,
> Eckard
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org