If you have an SSL certificate for your domain and need to configure the site with your SSL certificate, follow these steps:
-
Uncomment the following marked lines in the default.conf file.
-
Comment the following marked line in the default.conf file.
-
Replace the example.com with your domain name.
-
Place the certificate and key file in your host directory, which you mounted on the Bold Reports application to store Nginx configuration. i.e. The directory path replaced with
<host_path_for_nginx_config>value in the advanced docker run command. You can update the certificate and key file names in boldreports-nginx-config file.
NOTE: If you are configuring the application with SSL, then you need to update the
<app_base_url>in docker run command withHTTPS.