diff --git a/software/erp5/instance-zope.cfg.in b/software/erp5/instance-zope.cfg.in
index a2849db10386070c7673cff3d2f1e4510e8325d2..a492357a0939891e1d68fef3bd56c9ad6539342b 100644
--- a/software/erp5/instance-zope.cfg.in
+++ b/software/erp5/instance-zope.cfg.in
@@ -198,6 +198,7 @@ link-binary =
   {{ sed_location }}/bin/sed
   {{ tesseract_location }}/bin/tesseract
   {{ w3m_location }}/bin/w3m
+  {{ openssl_location }}/bin/openssl
   {{ poppler_location }}/bin/pdfinfo
   {{ poppler_location }}/bin/pdfseparate
   {{ poppler_location }}/bin/pdftotext
@@ -205,6 +206,7 @@ link-binary =
   {{ poppler_location }}/bin/pdfunite
   {{ dmtx_utils_location }}/bin/dmtxwrite
   {{ aspell_location }}/bin/aspell
+
 [certificate-authority]
 recipe = slapos.cookbook:certificate_authority
 openssl-binary = {{ openssl_location }}/bin/openssl
diff --git a/software/erp5/software.cfg b/software/erp5/software.cfg
index 40dbb97535fee0d7e22a73783801224722c9fe42..3245582d6fc342c55203b011418af9edef5e27ee 100644
--- a/software/erp5/software.cfg
+++ b/software/erp5/software.cfg
@@ -102,7 +102,7 @@ extra-context =
 [template-zope]
 recipe = slapos.recipe.build:download
 url = ${:_profile_base_location_}/instance-zope.cfg.in
-md5sum = ea09a89ca79290c33de0b59a19a5490f 
+md5sum = 90d55e963c5fc7c89e3e282bc647d172
 mode = 640
 
 [template-kumofs]