Sign Windows App

8 Posts
3 Users
0 Likes
362 Views
(@bastiaan)
Member
Joined: 2 years ago
Posts: 5
Topic starter  

Our company policies don't allow to run/install unsigned applications. 
Could you sign the Windows Desktop App?


   
Quote
Guido
(@admin)
Member Admin
Joined: 2 years ago
Posts: 173
 

Hi @bastiaan ,

thanks for your message.

the certificate for signing the exe is on the way. Hope that I can provide a signed App in 1 or 2 weeks

Regards

Guido

This post was modified 2 years ago by Guido

   
ReplyQuote
(@bastiaan)
Member
Joined: 2 years ago
Posts: 5
Topic starter  

@admin That is good news.
If I get the tool working for DBeaver, I can check if this tools fulfill our requirements.


   
ReplyQuote
Guido
(@admin)
Member Admin
Joined: 2 years ago
Posts: 173
 

@bastiaan I am your feedback and if you have new ideas for improvement I will be happy to know about them.

Regards

Guido


   
ReplyQuote
(@bastiaan)
Member
Joined: 2 years ago
Posts: 5
Topic starter  

Hi Guido,

Do you have any update on the signed version of the exe?

We have a license, but I cannot use the app because company policies doesn't allow to install unsigned apps.

Regards,
Bastiaan


   
ReplyQuote
Guido
(@admin)
Member Admin
Joined: 2 years ago
Posts: 173
 

Hi Bastiaan,

I got a certificate and I spent 20+ hours to make it work. I was not successful and was so frustrated that I stopped this idea. Maybe I will give it another try later.

Sorry, no better news right now. Do you have N++ in your company SQLinForm is avalable as plugin

Regards

Guido


   
ReplyQuote
(@bastiaan)
Member
Joined: 2 years ago
Posts: 5
Topic starter  

Hi Guido,

That is really a pity. Is it so hard to get the certificate working? Do you use a certificate from a Certificate Authority like CA or Verisign?

We use Notepad++ quite a lot, but also Visual Studio Code and DBeaver and DataGrid. We don't want to enforce all engineers to use N++, nor want to enforce that they have to format their SQL code in N++ after doing all the work in VSCode or DBeaver.

So, it will be great if you get the certificate working.

regards,
Bastiaan


   
ReplyQuote
(@0xdeadc0de)
Member
Joined: 1 year ago
Posts: 1
 

I's easy if you know how to do it. Under Windows, you need signtool.exe from Microsoft.

This will sign with a timestamp

signtool.exe sign /as /v /fd SHA512 /f "$cert" /p "$certpwd" /tr "http://timestamp.sectigo.com" /td SHA512 "myexefile.exe"

   
ReplyQuote
Share: