diff --git a/README.md b/README.md
index 1b9c258..2b7b02e 100644
--- a/README.md
+++ b/README.md
@@ -90,7 +90,7 @@ You can set your custom certificate at run time, by mounting a volume with the
certificates into the container and adjusting the following environment variables:
```sh
-podman run --hostname ldap.example.org -v /srv/openldap/certs:/etc/openldap/certs:Z \
+podman run -v /srv/openldap/certs:/etc/openldap/certs:Z \
-e LDAP_TLS_CRT=/etc/openldap/certs/ldap.crt \
-e LDAP_TLS_KEY=/etc/openldap/certs/ldap.key \
-e LDAP_TLS_CA_CRT=/etc/openldap/certs/ca.crt \
diff --git a/_service b/_service
index eabc0e5..825a443 100644
--- a/_service
+++ b/_service
@@ -14,11 +14,15 @@
openldap
entrypoint
entrypoint.sh
- ssl-helper
slapd.init.ldif
ldif
tls
+
+ common
+ common-scripts
+ ssl-helper
+
*.tar
gz
diff --git a/common-scripts.tar.gz b/common-scripts.tar.gz
new file mode 100644
index 0000000..4c38ac0
--- /dev/null
+++ b/common-scripts.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4bb50f3839499eb771e719d1d10852282786c7c5a18f785081e84c19319092f0
+size 1252
diff --git a/entrypoint.tar.gz b/entrypoint.tar.gz
index 1d7a5cc..f80117b 100644
--- a/entrypoint.tar.gz
+++ b/entrypoint.tar.gz
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:3e574daadc1537e89403e5473ed55f49cf3d52f2b5b24fb7e8882d9f98d502b7
-size 8730
+oid sha256:b00b518b33ba9f58f49767159441f58017dc4a3d42e3227a253853a2f9a77f49
+size 7613
diff --git a/opensuse-openldap-image.changes b/opensuse-openldap-image.changes
index 650a5e4..20645a7 100644
--- a/opensuse-openldap-image.changes
+++ b/opensuse-openldap-image.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Wed Nov 4 17:52:32 UTC 2020 - Thorsten Kukuk
+
+- Add common scripts tar archive now containing ssl-helper
+
-------------------------------------------------------------------
Mon Oct 26 12:42:00 UTC 2020 - Thorsten Kukuk
diff --git a/opensuse-openldap-image.kiwi b/opensuse-openldap-image.kiwi
index f5757d0..223b801 100644
--- a/opensuse-openldap-image.kiwi
+++ b/opensuse-openldap-image.kiwi
@@ -61,5 +61,6 @@
+