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

Ausgedruckt am: 19.03.2024 um 04:03 Uhr

Mitglied: Dani
Lösung Dani 21.08.2018 um 19:02:11 Uhr
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