code-signing

Why is my locally-created script not allowed to run under the RemoteSigned execution policy?

懵懂的女人 提交于 2021-02-05 12:41:09
问题 Since this question continues to attract responses that are either refuted by the question body or don't address the actual problem, please read this simple summary of what you need to know: This is not a "Why won't my default installation of PowerShell run scripts?" question. This is not a "Why won't my installation of PowerShell run scripts downloaded from the internet?" question. The question is why the RemoteSigned execution policy is preventing script execution when it shouldn't.

Is the Verisign Timestamp server down? [closed]

守給你的承諾、 提交于 2021-02-02 12:13:09
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 22 days ago . Improve this question I was trying to build my setup scripts with Inno Setup these past two days (1 & 2 Jan 2021) and the digital signing was failing. So I contacted Verisign via email and await their response. 回答1: I received an official response from Verisign this afternoon (on 2 Jan

Is the Verisign Timestamp server down? [closed]

匆匆过客 提交于 2021-02-02 12:08:39
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 22 days ago . Improve this question I was trying to build my setup scripts with Inno Setup these past two days (1 & 2 Jan 2021) and the digital signing was failing. So I contacted Verisign via email and await their response. 回答1: I received an official response from Verisign this afternoon (on 2 Jan

Is the Verisign Timestamp server down? [closed]

时光总嘲笑我的痴心妄想 提交于 2021-02-02 12:07:49
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 22 days ago . Improve this question I was trying to build my setup scripts with Inno Setup these past two days (1 & 2 Jan 2021) and the digital signing was failing. So I contacted Verisign via email and await their response. 回答1: I received an official response from Verisign this afternoon (on 2 Jan

Is the Verisign Timestamp server down? [closed]

走远了吗. 提交于 2021-02-02 12:06:47
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 22 days ago . Improve this question I was trying to build my setup scripts with Inno Setup these past two days (1 & 2 Jan 2021) and the digital signing was failing. So I contacted Verisign via email and await their response. 回答1: I received an official response from Verisign this afternoon (on 2 Jan

Is the Verisign Timestamp server down? [closed]

和自甴很熟 提交于 2021-02-02 12:06:44
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 22 days ago . Improve this question I was trying to build my setup scripts with Inno Setup these past two days (1 & 2 Jan 2021) and the digital signing was failing. So I contacted Verisign via email and await their response. 回答1: I received an official response from Verisign this afternoon (on 2 Jan

Unknown Publisher warning on downloaded HTA

独自空忆成欢 提交于 2021-01-29 04:21:48
问题 When starting a HTA file downloaded in a Zip, Windows prompts the "Unknown Publisher" warning (Windows 8 even a second warning). I understand that signing applications can prevent this. How would I proceed with a HTML application, ie. an HTA file? Is there any way to avoid the warning, preferrably without changing the client´s settings? 来源: https://stackoverflow.com/questions/27841138/unknown-publisher-warning-on-downloaded-hta

Codesign software still gives a warning on Windows 10

我们两清 提交于 2021-01-27 13:35:55
问题 I codesign my installation software with a good certificate. I just noticed the current version of Windows 10 shows the warning message below. This did not appear in previous versions of Windows 10. How do I prevent this warning from popping up? Windows protected your PC Windows Defender SmartScreen prevented an unrecognized app from starting. Running this app might put your PC at risk. 回答1: If you have a standard code signing certificate, some time will be needed for your application to

How can I securely pass the certificate password to signtool.exe in Inno Setup?

梦想的初衷 提交于 2020-12-30 03:46:36
问题 How can I securely pass the password to signtool.exe ? Here's the code: [Setup] SignTool=mysigntool signtool.exe" sign /f <path_to_pfx_certificate> /p <certificate's_password> $f I know there's a method like GetSHA1OfString , but here I need the opposite. 回答1: If you are asking how to encrypt the password, it does not make sense. An encryption needs a key (aka a password). So you end up with another password, which you again need to store somewhere in plain text. It's a kind of a chicken or

OV certificate: How many downloads you need in order to get rid of the smart screen?

橙三吉。 提交于 2020-12-06 12:20:46
问题 If I sign my application with an OV certificate, how many downloads I need until reputation builds up and the smart screen goes away? Of course there are few possible ramifications here: The OV certificate is brand new The OV certificate expired and the renewed The signed application is a new release (first time ever on Internet) The signed application is an updated (had reputation before). Some people say that 10 downloads are enough, other say that you need tens of thousands of downloads.