Jetty 9.4 listening on http

Cantor, Scott cantor.2 at osu.edu
Wed May 29 13:25:19 EDT 2019


On 5/29/19, 1:18 PM, "users on behalf of Wessel, Keith" <users-bounces at shibboleth.net on behalf of kwessel at illinois.edu> wrote:

> I thought about that, Scott. Question then becomes which of the SSL properties I still need to set that I won't be making
> use of. Which are required? If keystore is required, do I just make a dummy self-signed one?

I assume all these are required:

jetty.sslContext.keyStorePath=credentials/userfacing.p12
jetty.sslContext.trustStorePath=credentials/userfacing.p12
jetty.sslContext.keyStoreType=PKCS12
jetty.sslContext.trustStoreType=PKCS12

If it's not being used I imagine a dummy key is best to flag any improper access.

-- Scott




More information about the users mailing list