Hello, I'm tweaking with a simple OpenCA PKI and today something weird happened, i created a private key for the server using: openssl genrsa -des3 1024 > serv.key openssl req -new -key serv.key > serv.csr
Then i send the request through openca public interface and sign it via the CA interface (same method used for our VPN boxes). After that i configure apache-ssl with the new cert and i test a page using openssl s_client who say that there is an autosigned cert in the chain (my CA cert). using wget everything is ok but using firefox i got an 'certificate invalid or corrupt' message with an error code of -8101. Any idea ? Regards, Benoit Plessis pour ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
