----- Original Message ----- From: Michael Bell <[EMAIL PROTECTED]> To: Projeto Final <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, April 02, 2002 5:29 AM Subject: Re: [Openca-Users] Error when trying to change passphrase
> Projeto Final schrieb: > > Hello, > > When we tried to change the passphrase of the key, still in the > initialization > of the CA (phase 2 and 3 - handle the certificate), we received an > error stating > that we couldn�t change the passphrase of the key. The apache error > log states > that: > > no keyfile specified > unable to load key > General Error Trapped 700: Cannot change passphrase of key! at > /usr/lib/perl5/5.6.0/i386-linux/misc-utils.lib line 32. > Compilation failed in require at /usr/local/OpenCA/cgi-bin/ca/ca line > 192 The problem is that "openssl pkcs8" cannot handle stdin but the documentation says it can do it. I changed OpenSSL.pm in src/modules/openca-openssl/. I attached the changed OpenSSL.pm. Best Regards, Michael We changed the OpenSSL.pm, like you suggested, and compiled openca-openssl again (perl Makefile.PL, make, make install) and we�re still receiving the same apache error. Oh, we are now using openca version 20020328 and openssl version 20020313. Thanks, Loriza and Alice _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
