I'm using signtool to code sign some Windows setup files and application executables. The command that I'm using is: signtool sign /f "\path\to\certfile.pfx" /p "certPassword" /tr http://tsa.starfieldtech.com /td SHA256 "path\to\setup.exe" The /tr option causes the signature to be time stamped with the specified time stamp server. The /td specifies the [...] read more
I want to programmatically install certificate into Windows for localhost MITM SSL sniffing. >certutil -addstore "TrustedPublisher" mitmproxy-ca-cert.p12 TrustedPublisher CertUtil: -addstore команда НЕ ВЫПОЛНЕНА: 0x80093102 (ASN: 258) CertUtil: В ASN1 встречен неожиданный конец данных. means in English the Unexpected end of data While this command: >certutil -asn \Users\Nakilon\.mitmproxy\mitmproxy-ca-cert.p12 CertUtil: -asn - [...] read more