Table of Contents

In most cases people does not really want to use SSL directly in Reposilite, because they serve it behind some proxy services like Nginx and usually that's where they should set it up.
If you're not sure how to bootstrap your infrastructure and SSL, take a look on the official Javalin SSL guide:

You can find several tutorials on how to generate PKCS certificate from e.g. Let's Encrypt. We can recommend to take a look on the official , because we're using this integration to support PEM certificates in Reposilite.

JKS stands for Java KeyStore format. You may find various resources related to this topic. Take a look at e.g. on Jenkov's blog or directly in Javalin's/Jetty examples:
JKS file is directly handled by Jetty instance, but in general we recommend to use PEM certificates, as it's just easier and more popular approach.

Did you find misleading or deprecated content? Maybe you just feel this section misses important elements?

Guide

Copyright © 2023 dzikoysk with ❤ panda-lang