OpenVPN (dh params and crl file)

Hello,

on “real” OpenVPN server it is possible to consider the dh params file (dh.pem) and the file with revoked certificates (crl.pem).
The DH params are not security sensitive and are only used by an “real” OpenVPN server.

On Mikrotik server this seems not to be possible. Why is this not implemented?
Does Mikrotik uses such an old release of OpenVPN-source or did they disable this features during compiling?

Does anyone have an explanation?

Thanks.

It’s neither old release, nor disabled features. They wrote own (incomplete) implementation.

Ok, thanks for explanation.