aboutsummaryrefslogtreecommitdiffstats
path: root/docker/certs/README
blob: cf56ab568eab8c6a37fb0b8e2178fba3c2902287 (plain)
1
2
3
4
5
6
7
8
9
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).