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 boldbi-nginx-config file.
-
Comment the following marked line in the boldbi-nginx-config 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 BI 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 boldbi-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
.