Does anyone know how to create SSL trustStore and keyStore JKS files from existing self-signed `ca-cert.pem`, `client-cert.pem`, and `client-key.pem`?
Opened this issue · 0 comments
leiless commented
https://github.com/osheroff/mysql-binlog-connector-java?tab=readme-ov-file#using-ssl
I already have the ca-cert.pem
, client-cert.pem
, and client-key.pem
.
The client-cert.pem
is issued by the ca-cert.pem
.
And the ca-cert.pem
is a self-signed CA certificate.
Does anyone know how to create SSL trustStore and keyStore JKS files from those files?