Hi
I have a few CA's that have a corresponding CRL list that is available on a URI.
Is there any means to update the CRL on the stingray automatically from that URI ?
The upload in the GUI has to be manually handled as far as I can understand. Typing in the URI, and importing the new CRL.
Any have any suggestions as to how I can do this automatically, like once a day ?
Regards
André
Hi André,
You can use the SOAP or REST API functions to push new CRL files into the Stingray configuration, for example, using a daily cron job. It should be possible to write a script that lists the CA files in the Stingray configuration (using one of the APIs), retrieves each file and extracts the CRL URI from it, retrieves the current CRL and pushes that back.
Hope this helps,
Best regards
Owen
Hi
Yes, that is what I am working at the moment. And it looks as it is working ok. I was just hoping that the web interface could be configured to handle it. But as you say, that is not the case.
Thank you for your answer
André