Adding docs on how to add certificates (#1153)#1313
Adding docs on how to add certificates (#1153)#1313ahus1 wants to merge 1 commit intoasciidoctor:mainfrom
Conversation
|
Hi @micwron - as there is probably no simple fix for this, I started to updated the documentation. I wasn't sure where the Please add your review comments directly in the PR. Thanks! |
|
|
||
| Add the self-signed certificate or the matching root certificate authority to the IntelliJ's `cacerts` file. | ||
|
|
||
| Users can also add certificates via the menu menu:File[Settings... > Tools > Server Certificates]. See https://www.jetbrains.com/help/idea/settings-tools-server-certificates.html[the IDE's help] for details. |
There was a problem hiding this comment.
This one doesn't work for me, similarly to "Accept non-trusted certificates automatically" - diagrams are still not rendered
| == How do I fix this? | ||
|
|
||
| Add the self-signed certificate or the matching root certificate authority to the IntelliJ's `cacerts` file. | ||
|
|
There was a problem hiding this comment.
cacerts file is located here: INTELLIJ_HOME/jbr/lib/security/cacerts.
This solution requires write access to cacerts, which may be an issue on company maintained/protected laptops.
The easiest solution to me is to simply remove kroki-fetch-diagram: true from antora-playbook.yaml
What kind of change does this PR introduce?
Closes #1153
Does this PR introduce a breaking change?
Checklist: