2012/4/27 Samuli Seppänen <sam...@openvpn.net>: >>> James has built and signed our TAP-drivers so far, and I don't have the >>> signing keys. I'll forward this to him. >> Great. >> BTW: Apart from me, I don't think anyone actually tried to use the new >> tap-windows installer... > Notified James about the driver building/signing. I'll probably build > the "official" drivers and James then signs them. Unless James feels > adventurous and does everything :). > > I'll test the tap-windows installers soon, as it's needed for official > Windows releases anyways.
Hmmm... we need to sign the driver and sign the installer. The build system already doing this. So it is not that you can split the build from the signing. Unless you wish to split the build: 1. build driver binaries, put these in zip. 2. sign binaries and put these in new zip. 3. build installer out of this new zip. 4. sign installer. Can't you simply have access to the signing key and perform the whole automotive process I created? Alon.