layerindex-web/docker/certs/README
Paul Eggleton cb4955fe0b dockersetup: add HTTPS support and use by default
If we want a minimum level of security we should enable HTTPS. However,
the only practical way we can do that without the user having to do further
infrastructure setup and/or pay a certification authority is to use a
self-signed certificate. Do this by default, and also provide an option
to specify a previously obtained certificate/key pair.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2019-07-17 11:30:56 +12:00

367 B

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.