>13192:error:02001002:system library:fopen:No such file
>or
>directory:bss_file.c:276:fopen('./demoCA/private/cakey.pem','r')Ese error es la pauta. Te dice que demoCA/private/cakey.pem no existe. Deberias buscarlo (tu implementacion de openssl debe traer un demoCA por algun lado... find / -name cakey.pem). Pasale bien los par�metros. -- Arturo "Buanzo" Busleiman - www.buanzo.com.ar - GNU/Linux Documentation President, Open Information System Security Group - Argentina FAN DE MARFIL - Power Rock Romantico - http://www.buanzo.com.ar/files/marfil/ On Fri, 1 Oct 2004, Marcelo C Fernandez wrote: > Dame tiempo hasta el Lunes y me fijo. > > > >From: Mauricio Biott <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED],Lista de temas generales del LUGAr y de Linux > ><[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: [LUGAr-gral] OpenSSL > >Date: Fri, 1 Oct 2004 13:41:29 -0300 (ART) > > > >Hola a todos, > > > >estoy leyendo el HOWTO y siguiendo los pasos del > >OpenVPN. En un momento me dice que tengo que crear las > >llaves RSA y pasa lo siguiente: > > > >openssl req -nodes -new -x509 -keyout > >demoCA/private/my-ca.key -out demoCA/private/my-ca.crt > > - Funciona OK > > > >openssl req -nodes -new -keyout > >demoCA/private/office.key -out > >demoCA/private/office.csr - Funciona OK > > > >penssl ca -out demoCA/private/office.crt -in > >demoCA/private/office.csr - NO FUNCIONA > > > >El mismo da el siguiente error: > > > >13192:error:0E06D06C:configuration file > >routines:NCONF_get_string:no > >value:conf_lib.c:329:group=CA_default > >name=unique_subject > >13192:error:02001002:system library:fopen:No such file > >or > >directory:bss_file.c:276:fopen('./demoCA/private/cakey.pem','r') > >13192:error:20074002:BIO routines:FILE_CTRL:system > >lib:bss_file.c:278: > >unable to load CA private key > >Violaci�n de segmento > > > > > >a alguien le ha sucedido? > > > >Gracias y saludos > > > > > > > >===== > > > >--------------------------------- > > Mauricio J. Biott > > > >--------------------------------- > > > > > >Correo Yahoo! - 6 MB, tecnolog�a antispam �gratis! > > Suscribite ya http://correo.yahoo.com.ar/ > >-- > >Para desuscribirte ten�s que visitar la p�gina > >https://listas.linux.org.ar/mailman/listinfo/lugar-gral/ > > > >/* Publica y encontra trabajo relacionado con softlibre en > >http://www.linux.org.ar/modules/jobs/ */ > > > >Si ten�s alg�n inconveniente o consulta escrib� a > >mailto:[EMAIL PROTECTED] > > _________________________________________________________________ > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > http://join.msn.com/?page=features/virus > > -- Para desuscribirte ten�s que visitar la p�gina https://listas.linux.org.ar/mailman/listinfo/lugar-gral/ /* Publica y encontra trabajo relacionado con softlibre en http://www.linux.org.ar/modules/jobs/ */ Si ten�s alg�n inconveniente o consulta escrib� a mailto:[EMAIL PROTECTED]
