jssecacerts question
I have a client app that must use SSL to communicate with a dedicated SSL server. I don't yet have a signed certificate (just an untrusted one) installed on the server. To get things to work, I used the genkey command to create a jssecacerts file to place in the ...jre/lib/security directory on the client machine. This tells the client to trust the unsigned certificate and everything works fine.
My question is the following:
Is the presence of the jssecacerts file on the client machine a security risk? For instance, is any private key information included in the jssecacerts file? Or is it all merely identification information that woundn't pose a security risk.
I don't understand exactly what information is contained in the jssecacerts file.

