From paul.nana at gmail.com Tue Jul 1 14:52:39 2008 From: paul.nana at gmail.com (Paul-Marcelin N. NANA) Date: Tue, 1 Jul 2008 16:52:39 +0200 Subject: [Pki-users] Security Modules for PKI RA Message-ID: <81902b7d0807010752p15ff11f1p88103b77180dd4e7@mail.gmail.com> Hi, I can configure the pki-ca subsystem on a fedora 8 and the security module found is "Internal Key Storage Token". But when i'm trying on the same system to configure the pki-ra subsystem, i can't go further than the security module page. The 3 modules listed (NSS, nCipher and SafeNet) are marked not found. Do I have to activate something else to get a module found on the system ? Thx -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul.nana at gmail.com Wed Jul 2 08:43:05 2008 From: paul.nana at gmail.com (Paul-Marcelin N. NANA) Date: Wed, 2 Jul 2008 10:43:05 +0200 Subject: [Pki-users] Bug in lib CA.pm Message-ID: <81902b7d0807020143l73e1d28dya36ab673ddc85c70@mail.gmail.com> Hi, While trying to use SSCEP client (http://www.klake.org/~jt/sscep/) in order to experience SCEP enrollment, I notice that in the subroutine *sub get_http_content* (in file /usr/share/pki/ra/lib/perl/PKI/Conn/CA.pm)*,* the line *my $count = `grep Content-Length $filename | cut -d' ' -f2`;* leads to a crash because the result of the command is not the value expected. I had to change the line to *my $count = `head -6 $filename | grep Content-Length | cut -d' ' -f2`;* to get the exact content-length I must probably report that somewhere else but...not really an expert. Thx -------------- next part -------------- An HTML attachment was scrubbed... URL: