Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't set specail codesign timestamp #951

Closed
hugohuang1111 opened this issue Nov 30, 2016 · 4 comments · May be fixed by qcif/data-curator#563
Closed

can't set specail codesign timestamp #951

hugohuang1111 opened this issue Nov 30, 2016 · 4 comments · May be fixed by qcif/data-curator#563

Comments

@hugohuang1111
Copy link

  • Version: v8.7.0
  • Target: win

i set timestamp like follow:

{
....
  "build": {
    "win": {
      "rfc3161TimeStampServer": "http://timestamp.comodoca.com/authenticode"
    }
  }
....
}

but still use "http://timestamp.verisign.com/scripts/timstamp.dll" as timestamp

@develar
Copy link
Member

develar commented Nov 30, 2016

rfc3161TimeStampServer sets only rfc3161 TimeStamp Server.

@develar
Copy link
Member

develar commented Nov 30, 2016

timeStampServer option is added.

develar added a commit to develar/electron-builder that referenced this issue Nov 30, 2016
@develar
Copy link
Member

develar commented Nov 30, 2016

JFYI: rfc3161TimeStampServer is used forsha256, timeStampServer is used for sha1.

@hugohuang1111
Copy link
Author

got it, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants