switch to new sha256 timestamp server

This commit is contained in:
Martin Lippert
2019-03-07 11:25:17 +01:00
parent f43851aaa4
commit 39d759d184
3 changed files with 6 additions and 3 deletions

View File

@@ -538,7 +538,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>https://ca.signfiles.com/tsa/get.aspx</tsa>
<!-- <tsa>http://sha256timestamp.ws.symantec.com/sha256/timestamp</tsa> -->
</configuration>
</plugin>
</plugins>

View File

@@ -380,7 +380,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>https://ca.signfiles.com/tsa/get.aspx</tsa>
<!-- <tsa>http://sha256timestamp.ws.symantec.com/sha256/timestamp</tsa> -->
</configuration>
</plugin>
<plugin>

View File

@@ -130,7 +130,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>https://ca.signfiles.com/tsa/get.aspx</tsa>
<!-- <tsa>http://sha256timestamp.ws.symantec.com/sha256/timestamp</tsa> -->
</configuration>
</plugin>