IMPORTANT NOTES:
- Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/rasachatbot.hungryblogger.in/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/rasachatbot.hungryblogger.in/privkey.pem
Your cert will expire on 2021-11-11. To obtain a new or tweaked
version of this certificate in the future, simply run certbot
again. To non-interactively renew *all* of your certificates, run
"certbot renew"
- If you like Certbot, please consider supporting our work by:
Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
Donating to EFF: https://eff.org/donate-le
root@rasachatbot:/etc/rasa# sudo cp /etc/letsencrypt/live/rasachatbot.hungryblog ger.in/privkey.pem /etc/rasa/certs/
root@rasachatbot:/etc/rasa# sudo cp /etc/letsencrypt/live/rasachatbot.hungryblog ger.in/fullchain.pem /etc/rasa/certs/
root@rasachatbot:/etc/rasa# sudo docker-compose up -d
Creating network "rasa_default" with the default driver
Creating rasa_duckling_1 ... done
Creating rasa_rabbit_1 ... done
Creating rasa_redis_1 ... done
Creating rasa_db_1 ... done
Creating rasa_rasa-x_1 ... done
Creating rasa_db-migration_1 ... done
Creating rasa_rasa-production_1 ... done
Creating rasa_rasa-worker_1 ... done
Creating rasa_app_1 ... done
Creating rasa_nginx_1 ... done
Yeah, I have deployed the rasax using docker compose .Now I want to integrate it with websites so for that , First I have to install a SSL certificate. So I followed the steps as mentioned in (The Rasa Masterclass Handbook: Episode 11 | The Rasa Blog | Rasa) But the connection is still insecure.
IMPORTANT NOTES:
- Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/rasa.hungryblogger.in/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/rasa.hungryblogger.in/privkey.pem
Your cert will expire on 2021-11-28. To obtain a new or tweaked
version of this certificate in the future, simply run certbot
again. To non-interactively renew *all* of your certificates, run
"certbot renew"
- If you like Certbot, please consider supporting our work by:
Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
Donating to EFF: https://eff.org/donate-le
rishabh@rasa:~$ sudo cp /etc/letsencrypt/live/rasa.hungryblogger.in/privkey.pem /etc/rasa/certs/
rishabh@rasa:~$ sudo cp /etc/letsencrypt/live/rasa.hungryblogger.in/fullchain.pem /etc/rasa/certs/
rishabh@rasa:~$
root@rasachatbot:/etc/rasa# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
081fa18956d7 nginx:1.19 "/docker-entrypoint.…" 45 hours ag o Up 45 hours 80/tcp, 0.0.0.0:80->8080/tcp, :::80->8080/tcp, 0.0.0 .0:443->8443/tcp, :::443->8443/tcp rasa_nginx_1
7b1219a66701 rasa/rasa-x-demo:0.42.0 "./entrypoint.sh run…" 45 hours ag o Up 45 hours 5055/tcp rasa_app_1
25b7df711fd0 rasa/rasa:2.8.0-full "rasa x --no-prompt …" 45 hours ag o Up 45 hours 5005/tcp rasa_rasa-worker_1
075559312c6e rasa/rasa:2.8.0-full "rasa x --no-prompt …" 45 hours ag o Up 45 hours 5005/tcp rasa_rasa-production_1
436ce21682b5 rasa/rasa-x:0.42.0 "/tini -g -- sh -c '…" 45 hours ag o Up 45 hours 5002/tcp rasa_rasa-x_1
099d80c823b4 rasa/rasa-x:0.42.0 "python -m rasax.com…" 45 hours ag o Up 45 hours (healthy) 8000/tcp rasa_db-migration_1
d8f5ab00a3d3 bitnami/postgresql:11.11.0 "/opt/bitnami/script…" 45 hours ag o Up 45 hours 5432/tcp rasa_db_1
819fb32d75f8 bitnami/redis:6.2.4 "/opt/bitnami/script…" 45 hours ag o Up 45 hours 6379/tcp rasa_redis_1
a7582d4df938 bitnami/rabbitmq:3.8.17 "/opt/bitnami/script…" 45 hours ag o Up 45 hours 4369/tcp, 5671-5672/tcp, 15671-15672/tcp, 25672/tcp rasa_rabbit_1
94731df3c700 rasa/duckling:0.1.6.5-r2 "duckling-example-ex…" 45 hours ag o Up 45 hours 8000/tcp rasa_duckling_1
root@rasachatbot:/etc/rasa# nano fullchain.pem