ituob / itu-ob-editor

Cross-platform desktop application for collaborative editing of ITU Operational Bulletin data
6 stars 3 forks source link

Sign Windows binaries #45

Closed strogonoff closed 4 years ago

strogonoff commented 5 years ago

Microsoft lists the providers that issue code signing certificates here:

https://docs.microsoft.com/en-gb/windows-hardware/drivers/dashboard/get-a-code-signing-certificate?redirectedfrom=MSDN#extended-validation-code-signing-certificates

I assume they are all paid. I checked and DigiCert apparently costs US $74.

@ronaldtse, to you:

ronaldtse commented 5 years ago

@strogonoff yes we work with DigiCert; we also wrote a Ruby gem for their API which is kind of official :wink:

Let me get back to you today on this...

strogonoff commented 5 years ago

Wow, neat! According to MS docs, the certificates are somewhat generic (unlike with Apple, which uses a more opaque mechanism), so I suppose the gem might work.

If obtaining a certificate is a quick process, we can wait for now and do it right before we bring the app to more users. Might make sense since it’s probably going to cost some money too. However, if there’s some sort of approval process, then we should probably apply a bit in advance.

ronaldtse commented 4 years ago

This is all done. Closing.