Skip to content

Updating SSL certificates in Sunbird Proxy service

Deepak N edited this page Oct 16, 2017 · 2 revisions

Note: If you don't have a SSL certificate and would like to get started with Sunbird deployment then you could generate a Self-signed certificate by following the steps in this wiki.

SSL certificates for Sunbird Proxy service are configured via the variables proxy_site_key and proxy_site_crt.

Steps to update SSL certificates in Sunbird Proxy service are below:

  1. Update site.key value:
    • Locate the variable proxy_site_key in the configuration file.
    • Update the value with the contents of site.key file.
  2. Update site.crt value:
    • Locate the variable proxy_site_crt in the configuration file.
    • Update the value with the contents of site.crt file.
  3. Re-deploy the proxy service using deploy-proxy.sh script.
Clone this wiki locally