Closed dartraiden closed 1 year ago
osslsigncode sign -pkcs12 certificate.pfx -ac ca.crt -pass "" -t http://timestamp.digicert.com -in driver_nosign.sys -out driver.sys
result: signed and timestamped
osslsigncode sign -pkcs12 certificate.pfx -ac ca.crt -pass "" -t http://timestamp.digicert.com -in cat_nosign.cat -out cat.cat
only signed but no timestamp and Windows says "No signature was present for this subject"
osslsigncode sign -pkcs12 certificate.pfx -ac ca.crt -pass "" -t http://timestamp.digicert.com -in driver_nosign.sys -out driver.sys
result: signed and timestamped
osslsigncode sign -pkcs12 certificate.pfx -ac ca.crt -pass "" -t http://timestamp.digicert.com -in cat_nosign.cat -out cat.cat
only signed but no timestamp and Windows says "No signature was present for this subject"