Communicate with multiple clients & server with certificates
I have a software that communicates with different clients and servers.
For each server/client you need a certificate to communicate with it. For
the communication with the server there is mainly .cer/.crt needed, for
the clients .jks & .p12.
Im looking for the best way to deal with this different certificates &
keystores (in java):
.cer /.crt
.jks
.p12
If possible I dont want to programm every communication different and
every time new when the certificate-type changes. Is there a way??
As I never worked before with certificates or keystores any help is
appreciated. Thanks!
No comments:
Post a Comment