Defect #1593
latest version 1.4.1 no keystore anymore?
Status:
Rejected
Priority:
Normal
Assignee:
-
Start date:
10/16/2024
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
I downloaded the latest version 1.4.1 and want to use it still with an older keystore file..
That option is gone now??
History
Updated by Patrick Talbot 6 months ago
- Status changed from New to Rejected
Ah! That's right. Since code signing certificates are no longer available as files, but only delivered on tokens nowadays, I removed this option and replaced it with an option to use a token.
So, if you need to sign your jars with an old certificate stored in a java keystore, please use version 1.3.8, it does the same thing as 1.4+ but with a keystore instead of a token.
I need to update the wiki to explain...