Be sure you have Rules set up and Mapper =nomap
From: Julius Adewumi
@GDC4S.com
Ph:480-441-6768
Contract Corp:MTSI
________________________________
From: pki-users-bounces(a)redhat.com [mailto:pki-users-bounces@redhat.com]
On Behalf Of Brown, Chris
Sent: Thursday, February 26, 2009 12:58 PM
To: pki-users(a)redhat.com
Subject: [Pki-users] file publishing question
I set up a new Publisher that is supposed to write the CRL to the /tmp
directory. I was going to then going to use a cron job to move it to a
web server. The publisher job does not seem to be firing and I don't
see anything in the logs referring to it (except when the CA is
started). Has anyone successfully used a file publisher? Here is the
config:
ca.publish.publisher.instance.webServerPub.crlLinkExt=
ca.publish.publisher.instance.webServerPub.directory=/tmp
ca.publish.publisher.instance.webServerPub.latestCrlLink=true
ca.publish.publisher.instance.webServerPub.pluginName=FileBasedPublisher
ca.publish.publisher.instance.webServerPub.Filename.b64=true
ca.publish.publisher.instance.webServerPub.Filename.der=true
Thanks