Answer the question
In order to leave comments, you need to log in
How do I sign an .msi with a Thawte Code Signing certificate?
Hello!
Can anyone help me understand how to sign an .msi file with a Thawte Code Signing certificate?
I have a private.key, they sent from Thawte: Code Signing certificate, intermediate CA certificate, certificate in pkcs7 format
What to do with this stuff? Thank you!
Answer the question
In order to leave comments, you need to log in
Google says to use signtool
From key and certificate you can build p12 or pfx (it's the same thing)
openssl pkcs12 -export -in input.crt -inkey input.key -out bundle.p12
Give the result of the command
certutil -verify -urlfetch <файл конечного сертификата в формате PEM>
Missing Issuer: CN=Thawte Code Signing CA — G2, O=«Thawte, Inc.», C=US
"intermediate CA certificate"
CN=Thawte Code Signing CA — G2, O=«Thawte, Inc.», C=US
into the intermediate certificate store and try again. Well, this is nonsense, it has nothing to do with the validity of the certificate. These are settings for the Windows SmartScreen filter, such as notify about infrequently downloaded programs.
It is important that the publisher is visible, there are no complaints about the signature.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question