Bug in lib CA.pm
by Paul-Marcelin N. NANA
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
16 years, 5 months
Security Modules for PKI RA
by Paul-Marcelin N. NANA
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
16 years, 5 months