intel / intel-data-center-gpu-driver-for-openshift

Intel Data Center GPU Drivers for Red Hat OpenShift Container Platform
https://catalog.redhat.com/software/containers/intel/intel-data-center-gpu-driver-container/6495ee55c8b2461e35fb8264
Apache License 2.0
7 stars 5 forks source link

The drivers are signed by new key. This updates the public key #62

Closed mregmi closed 1 year ago

mregmi commented 1 year ago

release: using RSA public key for the signed drivers. We changed the algorithm to RSA to sign the drivers as it has longer validity. So we are replacing the old unused public key with a new one. Signed-off-by: Manish Regmi manish.regmi@intel.com

uMartinXu commented 1 year ago

please modify the commit log following below template:

release: using (the type of public key) public key for the signed drivers Briefly explain the type of the public key, and the reason why we use this new public key to replace the old one. Signed-off-by: Manish Regmi manish.regmi@intel.com

mregmi commented 1 year ago

please modify the commit log following below template:

release: using (the type of public key) public key for the signed drivers Briefly explain the type of the public key, and the reason why we use this new public key to replace the old one. Signed-off-by: Manish Regmi manish.regmi@intel.com

Done

uMartinXu commented 1 year ago

it looks good to me. Thanks!