Security: Configure Virtual host for more than one client self signed certificates in trust store

If I am using 2 way SSL and configured the same with Virtual Host with key store and trust store.

Client is using self signed certificates.

Now if I want to provide that endpoint to use to more than one client, then how can I upload more self signed certificates in the Trust store

2 3 95
3 REPLIES 3

You batch all the trusted certs together, and upload them.

from the documentation:

if the cert is part of a chain, then you must either upload all certs in the chain separately to the truststore, or create a single file containing all the certs. You must insert an empty line between each cert in the file.

This isn't EXACTLY your scenario, I know. Your self-signed certs are not in a chain. But the same thing applies. If there are mutliple certs you want to trust, just batch them up into a single file.

@Will Witman - do you think a tweak of the doc page is in order?

Yes -- I added this case to the doc.