You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
leiless
changed the title
Does anyone know how to create SSL trustStore and keyStore from existing self-signed ca-cert.pem, client-cert.pem, and client-key.pem?
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?
Sep 6, 2024
https://github.com/osheroff/mysql-binlog-connector-java?tab=readme-ov-file#using-ssl
I already have the
ca-cert.pem
,client-cert.pem
, andclient-key.pem
.The
client-cert.pem
is issued by theca-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?
The text was updated successfully, but these errors were encountered: