Hello, the good news is - writing workflows does not require any perl knowledge ;)
here is a comprehensive overview on how workflow are set up https://openxpki.readthedocs.io/en/latest/reference/configuration/workflow.html - basically it will work if you just append the existing crl_issuance workflow to the crr workflow by merging the action/states/condition nodes in the YAML - this is not the ideal solution and there is space for improvement but it should work. The more interesting question is - do you really need this feature / is this the right approach for your problem? Using CRLs usually has some builtin latency due to the time the publication and distribution in your network takes, so it might also be acceptable to just run the CRL workflow once per hour (it will just create a new CRL if there is a need for it). if you want/need "realtime" revocation infromation you should consider using OCSP. best regards Oliver Am 19.12.20 um 00:17 schrieb [email protected]: > > Hello Everyone, > > Sysadmin here but completely newbie to Perl ! so please bear with me > and I promise I will learn from you sooner than later ! > > I have read the docs, compiled them locally and read the mailing list > archive and while there are some great info there I couldn't find an > example to "edit the workflow" to allow the automatic issuance of the > CRL once the CRR is approved. > > Some of the mailing lists link to wiki.openxpki.org which I also > learned from the mailing lists is no longer active. Particularly this > link. > <http://wiki.openxpki.org/index.php/Best_Practices/Housekeeping/Automatic_CRL_issuance> > > > I would appreciate please an example - newbie hand-holding style - to > set the intended workflow to issue automatically a CRL upon approved > revocation. I am trying to see if I can understand how all the parts > work and how actions are stacked or evaluated . > > > Thank you in advance ! > > > Hany Badawy > > > > _______________________________________________ > OpenXPKI-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/openxpki-users -- Protect your environment - close windows and adopt a penguin!
_______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
