-
-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding docs on how to add certificates (#1153) #1313
base: main
Are you sure you want to change the base?
Adding docs on how to add certificates (#1153) #1313
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: