Skip to content

Commit

Permalink
dbeaver/dbeaver-devops#1491 Removed advanced mode ssl paragraph (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggxed authored Sep 16, 2024
1 parent da93024 commit 8a26d83
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions SSL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit 8a26d83

Please sign in to comment.