Skip to content

Commit 140d2f8

Browse files
committed
Add info for loading certs on Windows
1 parent 2fd2db7 commit 140d2f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/desktop/network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Depending on the OS, the required trusted root certificates are loaded from diff
2020
| :------ | :---------------------------------------------------------------------------------------------------------------------------------------------- |
2121
| Linux | PKCS#12 file `/etc/cryptomator/certs.p12`; If the file does not exist, the JDK default trust store is used. [^1] |
2222
| macOS | System keychain |
23-
| Windows | Certificate store "Trusted Root Certification Authorities", with registry path `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates\ROOT\` |
23+
| Windows | Certificate store "Trusted Root Certification Authorities", with registry path `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates\ROOT\`. Additionally, the JDK default trust store is used. [^1] |
2424

2525
[^1]: For more information about the location and contained certificates, see [JEP 319](https://openjdk.org/jeps/319).
2626

@@ -41,7 +41,7 @@ Open the file in a text editor, search for the line:
4141
java-options=-Djava.net.useSystemProxies=true
4242
```
4343

44-
and *if it exists*, only replace the word `true` with `false`.
44+
and *if it exists*, replace `true` with `false`.
4545

4646
In the second step, add the following lines to the end of the file:
4747

0 commit comments

Comments
 (0)