Skip to content
Snippets Groups Projects
Commit d14ed91d authored by Markus Alexander Kuppe's avatar Markus Alexander Kuppe
Browse files

Embed a current timestamp in the signed content (file). A timestamp

keeps the signature of the content valid *after* the signing certificate
expired.

[Feature][Toolbox]
parent d8dd3a27
Branches
Tags
No related merge requests found
...@@ -189,6 +189,13 @@ ...@@ -189,6 +189,13 @@
<storepass>${keystore.store.password}</storepass> <storepass>${keystore.store.password}</storepass>
<keypass>${keystore.key.password}</keypass> <keypass>${keystore.key.password}</keypass>
<verbose>false</verbose> <verbose>false</verbose>
<arguments>
<!-- Embed a current timestamp in the signed content (file). With this timestamp,
the signature of the content remains valid *after* the signing certificate
expired. -->
<argument>-tsa</argument>
<argument>http://timestamp.comodoca.com</argument>
</arguments>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment