Skip to content

Commit

Permalink
[trace server] update link to Jetty SSL setup doc
Browse files Browse the repository at this point in the history
The existing link [1], to the Jetty documentation for the SSL
setup, no longer resolves to the correct page, instead leading
to a root documentation page on jetty.org, where one needs to
pick the Jetty version to get to the documentation, and then
search for the relevant SSL-related page.

Under there, I found what seems to be the relevant link for SSL
documentation [2], for Jetty version 12 (latest as of now).

[1]: https://www.eclipse.org/jetty/documentation/current/configuring-ssl.html
[2]: https://jetty.org/docs/jetty/12/operations-guide/keystore/index.html

Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work authored and bhufmann committed Jan 7, 2025
1 parent 99ae1d7 commit 3f4fcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ OpenAPI REST specification:

The trace server can be run using SSL certificates.
Jetty requires the certificate and private key to be in a keystore.
Follow the instructions to [configure SSL on jetty](https://www.eclipse.org/jetty/documentation/current/configuring-ssl.html).
Follow the instructions to [configure SSL on jetty](https://jetty.org/docs/jetty/12/operations-guide/keystore/index.html).

Then, you can edit the `tracecompass-server.ini` file to pass the keystore data and SSL port as parameters after the `-vmargs` line.
For example, here is an excerpt of the file:
Expand Down

0 comments on commit 3f4fcd2

Please sign in to comment.