How to install SSL certificate on Rasa server?

Hello Everyone!

I am deploying rasa chatbot to private windows server, I have domain name linked with the hosting server and also have SSL certificate ( not generated from certbot).

Aim of my project : make a bot live on telegram 24x7, so for this purpose I am using private server.

I am unfamiliar with installation process of SSL certificate on rasa server.

What I did till now :

  1. generated CSR file of the server, got SSL certificate.
  2. Tried to install SSL certificate on IIS server.

Some extra information :

  1. Port 80 and 443 of the servers are open , so I run chatbot with command rasa run -p 80 .
  2. I have seen rasa masterclass episode 11, in that they told to store certificate and private key to /etc/rasa/certs folder, but I am confused where this folder is ?
  3. I am developing this project in windows 10 OS.

Any guidance on installation of SSL on Rasa server is helpful !

1 Like