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
RMA tokens will generated by the HSM (SPM), hashed and then sent to the DUT to be written to OTP. Additionally, they will also be encrypted with an RSA public key written to the registry. The matching private key should be provisioned within the SPM's HSM. Thus, the spmutil too must be updated to:
spmutil should be updated to generate RSA 3K keys (marked as exportable so they can be transferred between HSMs)
the deployment script should updated to provision softhsm2 with such keys
update the SPM docs to include instructions for use
The text was updated successfully, but these errors were encountered:
RMA tokens will generated by the HSM (SPM), hashed and then sent to the DUT to be written to OTP. Additionally, they will also be encrypted with an RSA public key written to the registry. The matching private key should be provisioned within the SPM's HSM. Thus, the spmutil too must be updated to:
The text was updated successfully, but these errors were encountered: