Providing the Local.pm module has been installed in the CGI binary directory and adapted as required, the x3pkix script normally doesn't need any adaption. The x3pkix script only needs to by installed by copying it to the CGI binary directory.
#!/usr/bin/env perl
#=======================================================================
# $Id: x3pkix,v 1.1 2007/03/18 10:10:36 metaagility Exp metaagility $
# X3P KIX peer service script
#=======================================================================
use strict;
use Local; # Library path for local installation
use cfw_kix;
cgirun('kix/x3pkix');
Back to the main installation instruction page.

