Morten Linderud

Results 465 comments of Morten Linderud

The `23.04` cloud images have now been pulled and we can't deploy our stuff with `23.10` until this has been fixed.

The Azure Ubuntu images suffer from having a predefined list of mirrors in `/etc/cloud/cloud.cfg.d/90-azure.cfg` which means that you can't provision these images with your own images and install packages properly....

I've been reworking the signing code recently so the linked code is soon obsolete. https://github.com/Foxboron/go-uefi/blob/master/authenticode/authenticode.go#L128 If you give a complete example on how you would like this to work, I...

Are you expecting `go-uefi` to validate the certificate chain, or is this an external process?

Unless there is an example of a properly signed binary I can compare against, or another form of example, I'm can't promise I'll look at it within any reasonable timeframe.

Ah, yes. That makes things a lot easier. Should probably have checked that myself :)

Old code has been removed in famour of the new stuff. Closing this issue. https://github.com/Foxboron/go-uefi/commit/35289af04a7516850b482599ccfb59f31f3ef0ae

This is a sub-problem of reproducible builds. This is probably easier with source-code tarballs then with compiled code. But the checked `.tgz` files should be reproducible before any attempts at...

> this would make sense, imho enki shouldn't really know about MS certificates, but CAs and certs in general as input into the build process when building the iso. You...