Hello Sergei,

I did it again but I'm still getting the same error
message. I'm going to tell you what I did, maybe I
forget something.

OpenCA Installation:
RA:

./configure --with-language=en_GB
--with-openssl-prefix=/usr/local/openssl-0.9.8
--with-httpd-user=apache --with-httpd-group=apache
--with-htdocs-fs-prefix=/var/www/html
--with-cgi-fs-prefix=/var/www/cgi 

make
make install-online

Then store openssl politics files in
etc/openssl/openssl/ like User.conf

Then store openssl extension files in
etc/openssl/extfiles/

Then edit roles file (etc/rbac/roles.xml) to add my
roles to the web interface.

Then edit config.xml using these options:

        <option>
            <name>default_language</name>
            <value>en</value>
        </option>
        <option>
            <name>default_charset</name>
            <value>utf-8</value>
        </option>

            <name>cert_chars</name>
            <value>UTF8</value>

Should I use instead of "en"   "en_GB"??

Then I run ./configure_etc.sh and it completed
successfully.

after that I did the same steps for the RA. Changing
my ./configure just to:


./configure --with-language=en_GB
--with-openssl-prefix=/usr/local/openssl-0.9.8
--with-httpd-user=apache --with-httpd-group=apache
--with-htdocs-fs-prefix=/var/www/html
--with-cgi-fs-prefix=/var/www/cgi

make
make install-offline

then
./configure_etc.sh

Then I went to configure my CA as usual, create a req
from openssl 0.9.7 using this command:

openssl req -new -out newreq.pem -config Natural.conf

where Natural.conf has the OIDs I need in the
certificates.
The load it in pub, process it in RA change to CA try
to issue the certificate and the Error message appears
again:

            Error 6761
                  General Error Error while issuing
Certificate to Johnny Gonzalez Peña (filename:
/usr/local/OpenCA/var/tmp/03.req).


                  OpenCA::OpenSSL returns errocode
7731001 (OpenCA::OpenSSL->issueCert: Cannot create
X500::DN-object.).

What do you think?
Did I forget something?

My DB has UTF8

Thanks a lot,
Johnny



 --- Sergei Vyshenski <[EMAIL PROTECTED]> escribió:

> Johnny,
> Not exactly.
> 
> File src/common/lib/functions/initServer says:
> 
>     %supportedLanguages = (
>       C  => { LANG => 'C', CHARSET => 'iso-8859-1'},
>       de => { LANG => 'de_DE', CHARSET =>
> 'iso-8859-1'},
>       el => { LANG => 'el_GR', CHARSET =>
> 'iso-8859-7'},
>       en => { LANG => 'en_GB', CHARSET => 'utf-8'},
>       es => { LANG => 'es_ES', CHARSET =>
> 'iso-8859-1'},
>       fr => { LANG => 'fr_FR', CHARSET =>
> 'iso-8859-1'},
>       it => { LANG => 'it_IT', CHARSET =>
> 'iso-8859-1'},
>       pl => { LANG => 'pl_PL', CHARSET =>
> 'iso-8859-2'},
>       sl => { LANG => 'sl_SI', CHARSET => 'utf-8'},
>       ja => { LANG => 'ja_JP', CHARSET => 'EUC-JP'},
>       ru => { LANG => 'ru_RU', CHARSET => 'utf-8'}
>     );
> 
> which maybe means that you have to use "utf-8" for 
> default_charset instead.
> 
> Regards, Sergei
> 
> At 21:01 11.08.2005, you wrote:
> >Hello Sergei,
> >
> >I didn't decide to ignore your message, maybe I
> read
> >it too fast to have my environment ready as soon as
> >posible :-(.
> >
> >so If I use these values:
> >
> >        <option>
> >            <name>default_language</name>
> >            <value>en_GB</value>
> >        </option>
> >        <option>
> >            <name>default_charset</name>
> >            <value>UTF8</value>
> >        </option>
> >
> >It should work?
> 
> 
> 
> 
> 
>
-------------------------------------------------------
> SF.Net email is Sponsored by the Better Software
> Conference & EXPO
> September 19-22, 2005 * San Francisco, CA *
> Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects
> & Teams * Testing & QA
> Security * Process Improvement & Measurement *
> http://www.sqe.com/bsce5sf
> _______________________________________________
> Openca-Users mailing list
> [email protected]
>
https://lists.sourceforge.net/lists/listinfo/openca-users
> 



                
______________________________________________ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to