OpenLiberty / ci.docker

Eclipse Public License 1.0
42 stars 59 forks source link

Support importing CA certificates into custom truststore #488

Open leochr opened 7 months ago

leochr commented 7 months ago

CA certificates are imported into the default generated truststore. Add the same support to custom truststore that users may want to bring. They could specify the truststore location and password using TRUSTSTORE_FILE and TRUSTSTORE_PASSWORD env variables.

leochr commented 6 months ago

@arturdzm if you have some cycles in December, this would be something good to investigate/think about. The default truststore scenarios should be looked at again I think. Thank you.