Skip to content

erp5_certificate_authority: Fix symbolic link of revogation file

Rafael Monnerat requested to merge (removed):fixup-crl-symboliclink into master

There is a missing "r" on the link, acording to apache documentation:

Additionally you have to create symbolic links named hash-value.rN. And you should always make sure this directory contains the appropriate symbolic links.

See: https://httpd.apache.org/docs/2.4/mod/mod_ssl.html

Merge request reports