summaryrefslogtreecommitdiff
path: root/docker/usr
diff options
context:
space:
mode:
Diffstat (limited to 'docker/usr')
-rwxr-xr-xdocker/usr/local/bin/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/usr/local/bin/entrypoint.sh b/docker/usr/local/bin/entrypoint.sh
index 61ce9207..5618b4bc 100755
--- a/docker/usr/local/bin/entrypoint.sh
+++ b/docker/usr/local/bin/entrypoint.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-#generate a new self signed SSL certificate when none is provided in the volume
+# Generate a new self signed SSL certificate when none is provided in the volume
if [ ! -f /etc/nginx/ssl/kanboard.key ] || [ ! -f /etc/nginx/ssl/kanboard.crt ]
then
openssl req -x509 -nodes -newkey rsa:2048 -keyout /etc/nginx/ssl/kanboard.key -out /etc/nginx/ssl/kanboard.crt -subj "/C=GB/ST=London/L=London/O=Self Signed/OU=IT Department/CN=kanboard.org"