I am not on this list, please cc: me.

* Dr S N Henson ([EMAIL PROTECTED]) [001216 05:11]:
> The problem is that the shell is attempting to expand $ENV with the
> result show that you end up with ::CERT_COUNTRY in the config file.

This came to my mind just before I fell asleep, too! (c:

First thing in the morning (11.00) I corrected that and got new, bad output

###################################

Country Name []:se
Locality Name []:schuldei
Organisation []:Frontyard
Common Name []:195.84.105.112
4894:error:04075070:rsa routines:RSA_sign:digest too big for rsa key:rsa_sign.c:114:
4894:error:0D072006:asn1 encoding routines:ASN1_sign:bad get asn1 object 
call:a_sign.c:129:

#################################

This is my now fixed, picture book like local_openssl.conf:

[ req ]
default_bits                = 128 
distinguished_name          = req_DN

[ req_DN ]
countryName                 = "Country Name"
countryName_value           = $ENV::CERT_COUNTRY
localityName                = "Locality Name"
localityName_value          = $ENV::CERT_LOCALITY
organizationName            = "Organisation"
organizationName_value      = $ENV::CERT_ORG
commonName                  = "Common Name"
commonName_value            = $ENV::CERT_CN

[ x509v3 ]
subjectAltName_value        = $ENV::CERT_EMAIL


How could I make it even more beautyfull to fix my problem?

I see this error on linux, OpenSSL 0.9.6 24 Sep 2000

and on OpenBSD (OpenSSL 0.9.5a 1 Apr 2000) I get

Country Name []:se
Locality Name []:a
Organisation []:b
Common Name []:q
14882:error:04075070::lib(4) :func(117) :reason(112):NA:0:
14882:error:0D072006::lib(13) :func(114) :reason(6):NA:0:


Are the other ways to feed the data into openssl feasable with this versions?
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to