adminst
Goto Top

Java Deployment Ruleset

Hallo zusammen

Ich habe einige URLs in der ruleset.xml hinzugefügt und anschliessend

jar cMf DeploymentRuleSet.jar ruleset.xml 
hinzugefügt.

anschliessend habe ich das File signiert:
jarsigner DeploymentRuleSet.jar DeploymentRuleSet -keystore DeploymentRuleSet.keystore -storepass “password” 

Beim Check kommt jar verified + die Warnung:
Warning:
This jar contains signatures that does not include a timestamp. Without a timest
amp, users may not be able to validate this jar after the signer certificate's e
xpiration date (xx-04-xx) or after any future revocation date.

Wenn ich das jar nun einfüge kommt die Fehlermeldung im Java Control Panel:
DeploymentRuleSet.jar ist ungültig: Exception beim Parsen der Deployment-Regelsetdatei. Zeitstempel: Zeitstempel ist nicht verfügbar


Weiss jemand Rat, wie ich das beheben kann?

Danke und Gruss
adminst

Content-Key: 384013

Url: https://administrator.de/contentid/384013

Printed on: April 29, 2024 at 15:04 o'clock

Member: Dani
Solution Dani Aug 21, 2018 at 17:02:11 (UTC)
Goto Top
Guten Abend adminst,
probier es mal so:
jarsigner DeploymentRuleSet.jar DeploymentRuleSet -keystore DeploymentRuleSet.keystore -storepass "password" -tsa http://timestamp.comodoca.com/rfc3161  
Wie immer - ohne Gewähr. face-smile


Gruß,
Dani