Ville Skyttä
Ville Skyttä
I've testet the latest git version with my Ubuntu 10.10 and Windows. Anything's fine. Original comment by: gurumaker
The right translation for "Arbeitsplatz" is "My Computer". This folder always exists and is not a regular folder. It's part of the virtual file system part at windows. Original comment...
ksPortecle.jks (password "changeit") Original comment by: ralfhauser [ksPortecle.jks.zip](https://github.com/scop/portecle/files/1388969/ksPortecle.jks.zip)
I'm not sure what you mean by checking STORE_VERSION. Is there an API for doing that available? FWIW, I think BC should just tell us the correct type when asked...
I have to correct myself: Version 0 is of course not BKS_V1. Version 1 is correct. To check the store version of a BKS keystore just open a DataInputStream of...
I don't think I want to embed this low level details about key store formats inside Portecle. Having BC just tell us what it has would be the preferable approach....
Right, see also https://sourceforge.net/tracker/?func=detail&aid=2794046&group\_id=118439&atid=682071 Original comment by: scop
From the error message: "Your security settings have blocked a self-signed application from running" Portecle's webstart files are self signed, sure. I don't know if/when something will be done about...
If you run JDK 8 update 102, you will discover that the lowest security level is "high". An earlier version removed the ability to run self-signed certificates. The only way...
But the error message is about a self-signed **application**. An SSL certificate will not change the signedness of the app (jar, jnlp files etc). Or do you mean that it...