Skip to content

Flexible CRL publisher for EJBCA and other PKI systems.

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

kcodyjr/ejbca-crlpublish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ejbca-crlpublish
================

Implements a CRL publisher compatible with EJBCA PKI and others.

Use case: you have a certificate authority, and need to periodically
move certificate revocation lists onto one or more web servers.

Supplies a /usr/bin/crlpublish invocation script for the purpose,
and is config-file compatible with the earlier crlpublisher.sh script.

Updates are atomic. New CRLs are pushed to a temporary file on the 
target hosts, and moved into place. Multiple targets are supported
by using a comma separated list.

crlpublish checks the CRL on the remote host before publishing, and
ensures the new crlNumber is higher than the old. This avoids problems
caused by inconsistent queuing. The openssl binary is required on the
remote host for this sanity check to work.

Detailed documentation is in "man crlpublish" and in the Perl modules.

About

Flexible CRL publisher for EJBCA and other PKI systems.

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages