Linux certificate store
Hi All,
i create one small application for signing and verification on windows.
and when same application i try to run on Linux, it not show certificate in cert store. because cert store i specified is of Microsoft.
keyStore=KeyStore.getInstance("Windows-My");
So same how we do in Linux....?
Plz help, i m new to Linux.
thanks in advance.
# 3
So does Linux have a certificate store? If so, what type? Note that that's a Linux question, not a Java question.Or will you just use a Java keystore?
ejpa at 2007-7-13 0:38:37 >

# 4
> So does Linux have a certificate store? If so,
> what type? Note that that's a Linux question, not a
> Java question.
>
> Or will you just use a Java keystore?
I dont know linux have Cert Store or not and not type too.
i new for linux and before starting i want to know abt its cert store.
Recently i m using Microsoft CertStore wid the help of keyStore object.
Actually i m creating one application for siging data,
i have to show all certificate on tht System.
if OS will windows thn i can show certificate wid the help of
keyStore=KeyStore.getInstance("Windows-My");
bt if user OS will Linux thn how can i show tht certificate of tht System.....
i want to know this thing?