ci.docker
ci.docker copied to clipboard
Support importing additional certificates into the truststore
Consider allowing users to import one or more certificates into the truststore only. The default location should be customizable by the user by an environment variable (i.e. TRUSTED_CERTS_DIR).
Note: At the moment, Liberty official images support importing CA cert (ca.crt) into the truststore as part of the manage TLS support, but requires tls.key and tls.crt to be specified. This option would provide flexibility to import certs into truststore only without having to provide tls.key and tls.crt.
+1 I have a customer with the same need. In addition, if ca.crt contains a bundle of CA certificates, they should all be imported, not just one (as implemented today).