Skip to content

Commit 62463d0

Browse files
committed
Update debug instructions with Nav steps
1 parent 7df6b07 commit 62463d0

File tree

6 files changed

+19
-1
lines changed

6 files changed

+19
-1
lines changed
60.3 KB
Loading
118 KB
Loading
51.7 KB
Loading
77.9 KB
Loading
77 KB
Loading

src/content/docs/developing/debug/index.mdx

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,25 @@ After you have installed the PTFs, the connection inside of Visual Studio Code w
137137

138138
## Configuring & starting the service
139139

140-
JULIA TO FILL THIS IN yo
140+
This must be done with user that has *ALLOBJ and *SYSADM privlages.
141+
Below are the base requirements to configure the certificate:
142+
- Master key 1 is set (this can be done in Navigator for IBM i under Security > Cryptographic Services Key Management > Manage Master Keys)
143+
- *SYSTEM store is populated with a valid certificate (this can be done in Digital Certificate Manager)
144+
145+
1. On Navigator for IBM i, go to Network > Servers > TCP/IP Servers
146+
2. Scroll down to System Debugger and right click
147+
3. Hover over Stop Instance, select Debug Service
148+
![](image-4.png)
149+
4. Right click System Debugger again, select Regenerate Debug Service Trust Store
150+
![](image-3.png)
151+
5. Enter in the password for the *SYSTEM store, click OK
152+
![](image-1.png)
153+
6. Select the certificate you want to use, click OK
154+
![](image-2.png)
155+
7. Right click System Debugger again, hover over Start Instance, select Debug Service
156+
![](image-5.png)
157+
158+
**NOTE:** This needs to be done each time you renew or replace that certificate, it does not automatically update when you update the *SYSTEM store
141159

142160
# Common issues
143161

0 commit comments

Comments
 (0)