How to add an SSL certificate?
Learn how to setup SSL certificate using certbot or another SSL certificate
Prerequisites
To generate Let’s Encrypt SSL certificate execute command below:
sudo docker run -it --rm --name certbot -p 80:80 -p 443:443 \
-v "/var/rdb/etc/letsencrypt:/etc/letsencrypt" \
-v "/var/rdb/var/lib/letsencrypt:/var/lib/letsencrypt" \
certbot/certbot certonlyAfter executing above docker command you’ll need to provide answers to the following:
After generating the certificate, work with the files:
Table with description of the most important environment variables in .env for adding SSL certificates
Name
Explanation
Enabling the use of SSL on the applications side:
C#
Compiler
Agent APM
Java
Compiler
Agent APM
JavaScript
Python
Last updated