Earlier quoted context omitted.
I was looking into Azure Key Vault Managed HSM and it appears to be vastly more expensive than the $629/year from Digicert. A Managed HSM Pool is $3.20/hour. Am I missing something?
You don't need a HSM, just a HSM backed key. It costs like $5 a month.
The Windows installer of ImageMagick will no longer be signed
121–130 of 364 posts
Re: The Windows installer of ImageMagick will no longer be signed
#122Earlier quoted context omitted.
These code certs verify the orginization who created the executable. Those are not the same guarentees as a signature for a commit.
If the GitHub action only takes the source repo itself as input, you can review the state of the repo, including the .github/workflows to ensure that the executable was created consistently from given commit. This assumes the actions are not downloading content from other places, which I’m not sure is easy to enforce given prevalence of package managers. Meaning workflows has to be reviewed manually for such.
2. Create public repo with just an exe of malware and whatever is needed to setup the action
3. Download the signed exe
4. Delete the repo
5. Repeat
It doesn't mean much.
Re: The Windows installer of ImageMagick will no longer be signed
#123Earlier quoted context omitted.
You don't need a HSM, just a HSM backed key. It costs like $5 a month.
Can you point me at some more information about the difference? This would seem to be a much better deal than paying Digicert, but I'm confused about how it can be so cheap? Isn't the required for an HSM at all the reason it's so much more expensive now at other CAs?
We have set up Key Vault for code signing using this and it does work.
Re: The Windows installer of ImageMagick will no longer be signed
#124Earlier quoted context omitted.
Can you point me at some more information about the difference? This would seem to be a much better deal than paying Digicert, but I'm confused about how it can be so cheap? Isn't the required for an HSM at all the reason it's so much more expensive now at other CAs?
I don't know what happens under the hood, but presumably a HSM key is on a shared HSM with other people whereas what you're talking about will get you a dedicated HSM. We have set up Key Vault for code signing using this and it does work.
Re: The Windows installer of ImageMagick will no longer be signed
#125I feel their pain. I built an open source video player for esports coaches[1] that it given away for free and one the constant complaints about it is that users have to bypass warnings when installing it for the first time. I can afford to pay for certificates (I believe I have to have one for Windows and OSX) but I refuse to for a project that I already give away my time for. I would love to see a LetsEncrypt style…
Re: The Windows installer of ImageMagick will no longer be signed
#126My desktop text editor, KeenWrite, uses Wine, rcedit-x64.exe, osslsigncode, and a shell script to sign the Windows binary. First, rcedit-x64.exe tags the binary with identifying information: https://gitlab.com/DaveJarvis/KeenWrite/-/blob/main/installe... Then osslsigncode applies the certificate: https://gitlab.com/DaveJarvis/KeenWrite/-/blob/main/scripts/... Echoing what Rodeoclash wrote: Having to pay to play on Wi…
Re: The Windows installer of ImageMagick will no longer be signed
#127Earlier quoted context omitted.
> I would love to see a LetsEncrypt style service for OSS but I assume it's against the core interests of Microsoft / Apple to allow something like this as it would start to drive people away from the walled gardens of the app stores. People have been asking Let's Encrypt itself for this on the Let's Encrypt forum since the project was founded. The usual answer is that code signing certificates are (supposedly) tryin…
I think it would be fine to have code signing certificate ensures that signer controls a certain DNS name. I'm fine with "installer have been signed with somebody who owns imagemagick.org"
Re: The Windows installer of ImageMagick will no longer be signed
#128Earlier quoted context omitted.
Unrecognized publisher warning in blue box (not UAC) comes up no matter what the software is when trying to install or run.
This is correct and it usually takes some combination of right clicking the installer or holding shortcuts to bypass. It's not obvious how to do so without Googling around.
Re: The Windows installer of ImageMagick will no longer be signed
#129Earlier quoted context omitted.
It’s also not clear why the IM project should be paying MS and not the other way round…
But that's a thin line. Free certificates negate security. Instead, there are various foundations that sponsor popular open source projects for costs like signing certificates and hosting. I'm sure one of these should be trustworthy enough to obtain a signing certificate themselves so they can issue and revoke certs to various projects without much cost.
Re: The Windows installer of ImageMagick will no longer be signed
#130Earlier quoted context omitted.
you see it as a failure of the tech industry to finance open source. I see it as a failure to provide security systems like this without the need for financial gatekeeping. $629.00 isn't a trivial amount of money.
Considering the scale of ImageMagick- $629 is a very, very small amount of money considering the value that IM has generated.