Currently the nginx service expects a pre-generated set of SSL certificates. An option to facilitate the process (to make it really seamless) is to automate the certificate generation (i.e. set domain name in docker-compose.yml and let a service generate the certificates automatically if does not exist, or even renew periodically).
Currently the
nginxservice expects a pre-generated set of SSL certificates. An option to facilitate the process (to make it really seamless) is to automate the certificate generation (i.e. set domain name indocker-compose.ymland let a service generate the certificates automatically if does not exist, or even renew periodically).