Alternate method for CRL check

Hello team,

 Seeking for your support on below query.

In order to use the CRL check in the syslog-ng application, it is necessary to create a hashed link file for the CRL. The following commands need to be executed to generate the link file:
openssl crl -in crlfile.crl -noout -hash
ln -s crlfile.crl 6d2962a8.r0

Since this process can be somewhat complicated, is there any way to enable CRL checking without generating the hashed link file?