switch to recommended tsa timestamp server and added signing to headless services

This commit is contained in:
Martin Lippert
2019-10-02 08:33:52 +02:00
parent d4d808e8ef
commit 3413a3262d
4 changed files with 30 additions and 3 deletions

View File

@@ -653,7 +653,8 @@
<keystore>${signing.keystore}</keystore>
<storepass>${signing.store.password}</storepass>
<keypass>${signing.key.password}</keypass>
<tsa>http://sha256timestamp.ws.symantec.com/sha256/timestamp</tsa>
<!-- <tsa>http://sha256timestamp.ws.symantec.com/sha256/timestamp</tsa> -->
<tsa>http://timestamp.digicert.com</tsa>
</configuration>
</plugin>
</plugins>