Well, the thing is that just adding "...-config openssl.cnf..." was
enough. now it works.

Thanx

Long, Liesheng a écrit:
> Do ".csr" first, then do ".crt"
> 
> Try the following commands, add your path if needed:
> 
> 1. openssl req -config openssl.cnf -new -key ca.key -out ca.csr
> 2. openssl x509 -extfile openssl.conf -days 365 -signkey ca.key \
>                       -in ca.csr -req -out ca.crt
> 
> 
> -----Original Message-----
> From: Sasa STUPAR [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, November 28, 2002 11:50 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Problems with creating own CA
> 
> One thing, if I try to use directly with the command "openssl req -new
> -x509 -days 365 -key ca.key -out ca.crt" I get back error like before
> with also that it canot load config info.
> Any idea ?
> 
> Maurizio Marini a écrit:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>> 
>> On Thursday 28 November 2002 05:01 pm, Sasa STUPAR wrote:
>>  >They are already uncommented. Here is attached my config file.
>> I've:
>> commonName                      = Common Name (eg, your name or your
> server\'s 
>> hostname)
>> commonName_max                  = 64
>> commonName_default              = iris.dev.datalogica.com
>> 
>> it seems u lack this:
>> commonName_default              = your_fqdn
>> 
>> - -- 
>> Maurizio Marini                      GSM +39-335-8259739
>> Altamura: +39-080-3105228    Fax +39-080-3105228
>> Pesaro:      +39-0721-54277  Fax +39-0721-415055
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.0.6 (GNU/Linux)
>> Comment: For info see http://www.gnupg.org
>> 
>> iD8DBQE95kMq4Q/49nIJTlwRAi2VAJwLwvjSjLUXjj/x9L0I3PWLF6lRLQCfaTxG
>> STINIYzTZ0FPIeYy3o5MKNg=
>> =t8N+
>> -----END PGP SIGNATURE-----
>> ______________________________________________________________________
>> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
>> User Support Mailing List                      [EMAIL PROTECTED]
>> Automated List Manager                            [EMAIL PROTECTED]
>> 
> 
> 
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
> 


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to