-
Notifications
You must be signed in to change notification settings - Fork 1
Python based CRL publisher for EJBCA using the Custom General Publisher
License
sureronald/ejbca-crlpublisher
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
~~~~ EJBCA CUSTOM PUBLISHER TO PUSH CRLs to PUBLIC FACING SITE ~~~~~ Author: Ronald Osure Twitter: @Ever_Sure Orgnanization: Kenya Education Network Trust This is a solution that allows the publishing of CRLs to a remote host using EJBCA's General Purpose Custom Publisher ~~~~ INSTALLATION (On Ubuntu 14.04, adjust to suit your environment but commands should work for most Linux distros) ~~~~ # Change directory to project dir cd ejbca-crlpublisher/ sudo mkdir /etc/crlpublisher # Copy config file to /etc and the executable python script to /usr/local/bin sudo cp crlpublisher.conf /etc/crlpublisher sudo chmod 640 /etc/crlpublisher/crlpublisher.conf sudo chmod root:ejbca /etc/crlpublisher/crlpublisher.conf sudo cp crlpublisher.py /usr/local/bin/crlpublisher.py sudo chmod 750 /usr/local/bin/crlpublisher.py sudo chown root:ejbca /usr/local/bin/crlpublisher.py # Update the config file to suit your environment settings # Setup SSH passwordless login to your remote host. This step is mandatory for everything to work as expected
About
Python based CRL publisher for EJBCA using the Custom General Publisher
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published