How to verify that timestamping is done correctly for signed code

前端 未结 3 994
广开言路
广开言路 2021-02-20 05:10

I have just got my code signing certificate from StartSSL and am trying to sign our installer.

The signing process goes well and I get an installer exe that Windows no l

3条回答
  •  时光取名叫无心
    2021-02-20 05:34

    There is a difference between the "Signing Time" and the Timestamp from the "Stamping Signer". The Signing time is the time when you actually signed the code, when the timestamp is from the "stamping signer" (the certificate server).

    Signing with the certificate issuer timestamp will actually make sure that your signature is still valid even if your certificate already expired.

提交回复
热议问题