electron-userland / electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
https://www.electron.build
MIT License
13.68k stars 1.74k forks source link

timeStampServer for StartCom certificate #1769

Closed popod closed 7 years ago

popod commented 7 years ago

Hello,

Should I use the timestamp server from StartCom for time stamping my application or could I keep the default values from the doc ?

rfc3161TimeStampServer = http://timestamp.comodoca.com/rfc3161 String - The URL of the RFC 3161 time stamp server.

timeStampServer = http://timestamp.verisign.com/scripts/timstamp.dll String - The URL of the time stamp server.

Thanks !

develar commented 7 years ago

rfc3161TimeStampServer/timeStampServer doesn't depend on Certificate Authority. You can use defaults.

popod commented 7 years ago

@develar thank you very much for answering !! ;)