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
The openssl-certgen beakerlib library is used throughout the project to generate certificates. The IDevID tests iak-idevid-register-with-certificates and iak-idevid-persisted-and-protected instead use config files and set up the infrastructure and certs manually. These should be changed to use the certgen library, while keeping the cert structure the same (including the subjectAltName property and value for example).
An example of the library's use is here along with a require item added to main.fmf.
The text was updated successfully, but these errors were encountered:
The openssl-certgen beakerlib library is used throughout the project to generate certificates. The IDevID tests iak-idevid-register-with-certificates and iak-idevid-persisted-and-protected instead use config files and set up the infrastructure and certs manually. These should be changed to use the certgen library, while keeping the cert structure the same (including the
subjectAltName
property and value for example).An example of the library's use is here along with a require item added to
main.fmf
.The text was updated successfully, but these errors were encountered: