The next configuration is applied to the server you have Docker and the containers.
Certbot - SSL Certificate
Having an SSL certificate ensures a secure connection between users and the server, and that no data is compromised while it is traveling over the internet. This allows users to connect using HTTPS protocol over port 443.
...
Official documentation: https://eff-certbot.readthedocs.io/en/stable/
Nginx Configuration
Note |
---|
It is recommended to install the SSL certificate using Certbot before going through this section of the configuration. |
...