Hi Jacky, Is that your complete openssl.cnf? Because the crl_ext section has to actually be referenced in your CA section. Something like: [ ca ] default_ca = my_ca [ my_ca ] dir = /dir/to/ca # ... other options (see 'man ca') crl_extensions = crl_ext Regards, Tobias