From 8a26d83095a4639f5d8899e3034be05b3ffba494 Mon Sep 17 00:00:00 2001 From: Mikhailov Grigorii <49814763+ggxed@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:27:02 +0200 Subject: [PATCH] dbeaver/dbeaver-devops#1491 Removed advanced mode ssl paragraph (#97) --- SSL/README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/SSL/README.md b/SSL/README.md index 492f15b..86897a5 100644 --- a/SSL/README.md +++ b/SSL/README.md @@ -20,14 +20,4 @@ The cluster supports HTTP and HTTPS. By default, it contains a pre-configured SS 4. The system will guide you in setting up certificates. 5. Ensure your domain is pointing to the server's IP address. -Learn more in [Domain manager documentation](https://dbeaver.com/docs/cloudbeaver/Domain-Manager/) - -## Using nginx (advanced mode) - -Team Edition uses nginx for server configuration. You can set up custom domain and SSL certificate in nginx configuration files. - -1. Connect to your server. -2. Copy the `fullchain.pem` and `privkey.pem` SSL certificates to the `/etc/nginx/ssl/live/databases.team` directory within the Nginx Docker container. -3. Open the `/etc/nginx/product-conf/cloudbeaver-te.conf` file inside the Nginx Docker container and set your domain name in the `server_name` variable. -4. Apply the new Nginx configurations by running `docker compose restart`. -5. Ensure your domain is pointing to the server's IP address. +Learn more in [Domain manager documentation](https://dbeaver.com/docs/cloudbeaver/Domain-Manager/) \ No newline at end of file