mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-05 05:04:46 +02:00

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>
367 B
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.