This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Description
Currently the submission server and client accept truststore and keystore as Java JKS files. In many environments though, especially less Java-centric environments like k8s, TLS certificates in PEM format are more common.
This issue is to extend the submission server to support specifying keystore and truststore in PEM format as well as JKS (both simultaneously). Likely this will also be a step towards enabling support in the driver and executor pod for TLS-encrypted intra-node traffic.
@mccheah and I won't be able to get this in by the code freeze tomorrow, so it probably won't come in until right after code freeze. No need to block the alpha on it though.