Hi, Fernando from Brazil here. Is it possible to ...
# support
f
Hi, Fernando from Brazil here. Is it possible to install ssl certificates in the front end app?
s
When you say install ssl certificates in the front end app, did you mean if you can use the certs in the frontend? What are you trying to do?
f
Hi @Srikanth Chekuri, thanks for the reply. I need to install our certificates to access via https://my_ip:3301 instead of http://my_ip:3301
s
You want to enable TLS on the server that is serving the frontend app. Please read about it.
f
Yes, but the frontend is provided by a container. How to configure TLS in that image? It would be easier to configure a certificate within the web interface itself.
v
@Prashant Shahi might be able to help you here
p
Hi @Fernando Pimenta 👋 You can set up TLS using Certbot + Nginx in case of Docker. Those configurations need not necessarily be inside the container. In case of K8s, you can use Nginx Ingress + CertManager for the same.
f
Thank you @Prashant Shahi!! I'll try to configure.