aboutsummaryrefslogtreecommitdiffstats
path: root/docker/certs/README
diff options
context:
space:
mode:
Diffstat (limited to 'docker/certs/README')
-rw-r--r--docker/certs/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/docker/certs/README b/docker/certs/README
new file mode 100644
index 0000000..cf56ab5
--- /dev/null
+++ b/docker/certs/README
@@ -0,0 +1,10 @@
+This directory will be mounted as a volume in the Docker container setup to
+contain SSL certificates for the web server.
+
+If you run dockersetup.py and specify a certificate with --cert and
+corresponding key with --key then they will be copied here; alternatively
+let the setup script generate a self-signed certificate and key and they
+will be written here as well.
+
+while running nginx container with nginx user, the certificate and key needs
+to add read permission to nginx user(101).