Skip to content

Commit

Permalink
Added docs on self-signed Community certs (DH-18424)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jan 16, 2025
1 parent 1932d53 commit ad1c46b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Community servers can be configured via the `"deephaven.coreServers"` setting in

![Community Server Settings](./docs/assets/add-community-server.gif)

#### Self-signed SSL Certificates
If you are running a Community server with a self-signed SSL certificate, vscode will need to be run in an environment that has the `NODE_EXTRA_CA_CERTS` environment variable set to the path of the cert that was used to sign your cert. Depending on your setup, this could be the server certificate or a CA certificate.

### Enterprise Servers
Enterprise servers can be configured via the `"deephaven.enterpriseServers"` setting in `VS Code` user or workspace settings.
Expand Down

0 comments on commit ad1c46b

Please sign in to comment.