Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0bd8bfe

Browse files
committed
prereqs and internal certs
1 parent e401225 commit 0bd8bfe

File tree

1 file changed

+8
-27
lines changed

1 file changed

+8
-27
lines changed

docs/user-guides/workspace-access/jetbrains/jetbrains-toolbox.md

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22

33
JetBrains Toolbox helps you manage JetBrains products and includes remote development capabilities for connecting to Coder workspaces.
44

5-
## Before you begin
6-
7-
- Install [JetBrains Toolbox](https://www.jetbrains.com/toolbox-app/) version 2.6.0.40284 or later
8-
- Ensure your Coder workspace [has the necessary IDE backends installed](../../../admin/templates/extending-templates/jetbrains-gateway.md)
9-
105
## Install the Coder plugin for Toolbox
116

7+
1. Install [JetBrains Toolbox](https://www.jetbrains.com/toolbox-app/) version 2.6.0.40632 or later.
8+
129
1. Open Toolbox and navigate to the **Remote Development** section.
1310
1. Install the Coder plugin using one of these methods:
1411
- Search for `Coder` in the **Remote Development** plugins section.
1512
- Use this URI to install directly: `jetbrains://gateway/com.coder.toolbox`.
1613
- Download from [JetBrains Marketplace](https://plugins.jetbrains.com/).
14+
- Download from [GitHub Releases](https://github.com/coder/coder-jetbrains-toolbox/releases).
1715

1816
## Use URI parameters
1917

@@ -40,26 +38,9 @@ For more details, see the [coder-jetbrains-toolbox repository](https://github.co
4038

4139
## Configure internal certificates
4240

43-
When connecting to a Coder deployment with internal certificates, follow the same procedure described in the [JetBrains Gateway](./index.md#configuring-the-gateway-plugin-to-use-internal-certificates) section above, but use the Toolbox installation paths:
44-
45-
<div class="tabs">
46-
47-
### Linux
48-
49-
```shell
50-
keytool -import -alias coder -file <path-to-certificate> -keystore "<toolbox-installation>/jbr/lib/security/cacerts"
51-
```
52-
53-
### macOS
54-
55-
```shell
56-
keytool -import -alias coder -file <path-to-certificate> -keystore "$HOME/Library/Application Support/JetBrains/Toolbox/jbr/Contents/Home/lib/security/cacerts"
57-
```
58-
59-
### Windows
60-
61-
```shell
62-
keytool -import -alias coder -file <path-to-certificate> -keystore "%USERPROFILE%\AppData\Local\JetBrains\Toolbox\jbr\lib\security\cacerts"
63-
```
41+
To connect to a Coder deployment that uses internal certificates, configure the certificates directly in JetBrains Toolbox:
6442

65-
</div>
43+
1. Click the settings icon (⚙) in the lower left corner of JetBrains Toolbox.
44+
1. Select **Settings**.
45+
1. Go to the **Coder** section.
46+
1. Add your certificate path in the **CA Path** field.

0 commit comments

Comments
 (0)