Thanks I mistakenly had the rule
set up for certs and not crls.
From: Adewumi, Julius-p99373
[mailto:Julius.Adewumi@gdc4s.com]
Sent: Thursday, February 26, 2009 3:44 PM
To: Brown, Chris; pki-users@redhat.com
Subject: RE: [Pki-users] file publishing question
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@redhat.com [mailto:pki-users-bounces@redhat.com] On Behalf
Of Brown, Chris
Sent: Thursday, February 26, 2009 12:58 PM
To: pki-users@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