You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the oracle certificate that we bundle in floppy/oracle-cert.cer has expired in march of last year. This was introduced by commit 384b4fa back in 2017.
It appears to be used for VirtualBox guest additions as it has the code-signing attribute set. But just for the sake of comprehensiveness, let's verify...
This certificate doesn't appear to be used by script/vmtool.bat as that script looks for Oracle's certificate in the vbox guest additions iso and then installs that one. The name that it looks for is vbox*.cer under the %VBOX_SETUP_DIR%/cert directory. This path is determined by searching for VBoxWindowsAdditions-$arch.exe and using the directory that contains it.
We've also been downloading everything over http and the cert is missing a common name, so we can't use it here either.
I vote removing this as commit 0e22a26 supersedes its necessity.
The text was updated successfully, but these errors were encountered:
arizvisa
changed the title
Possibly unused floppy/oracle-cert.cer for VirtualBox has expired on 5/2019
Possibly unused floppy/oracle-cert.cer for VirtualBox has expired on 3/2019
Jan 18, 2020
Clean up unused files (floppy/oracle-cert.cer) leftover from merging PR #91
PR #91 actually supersedes the usage of floppy/oracle-cert.cer when installing VirtualBox and so this code-signing certificate (which expired in 2019/03 anyways) is not in use anymore.
Clean up unused files (floppy/oracle-cert.cer) leftover from merging PR boxcutter#91
PR boxcutter#91 actually supersedes the usage of floppy/oracle-cert.cer when installing VirtualBox and so this code-signing certificate (which expired in 2019/03 anyways) is not in use anymore.
It seems like the oracle certificate that we bundle in
floppy/oracle-cert.cer
has expired in march of last year. This was introduced by commit 384b4fa back in 2017.It appears to be used for VirtualBox guest additions as it has the code-signing attribute set. But just for the sake of comprehensiveness, let's verify...
This certificate doesn't appear to be used by
script/vmtool.bat
as that script looks for Oracle's certificate in the vbox guest additions iso and then installs that one. The name that it looks for isvbox*.cer
under the%VBOX_SETUP_DIR%/cert
directory. This path is determined by searching forVBoxWindowsAdditions-$arch.exe
and using the directory that contains it.We've also been downloading everything over http and the cert is missing a common name, so we can't use it here either.
I vote removing this as commit 0e22a26 supersedes its necessity.
The text was updated successfully, but these errors were encountered: