[fpc-pascal] Signing applications, how?

2024-08-10 Thread Bo Berglund via fpc-pascal
I have been using FreePascal (and before that Delphi) for many years and it has worked fine. I am now retired and only perform maintenance work. And now I am getting a request for "signing" the applications (and/or possibly the installers made by InnoSetup) and I have no idea on how to do this.

Re: [fpc-pascal] Signing applications, how?

2024-08-10 Thread Jeppe Johansen via fpc-pascal
On 8/10/24 09:56, Bo Berglund via fpc-pascal wrote: I have been using FreePascal (and before that Delphi) for many years and it has worked fine. I am now retired and only perform maintenance work. And now I am getting a request for "signing" the applications (and/or possibly the installers made

Re: [fpc-pascal] Signing applications, how?

2024-08-10 Thread Luca Olivetti via fpc-pascal
El 10/8/24 a les 11:28, Jeppe Johansen via fpc-pascal ha escrit: It's fairly straight-forward to use this on executables. You point it at the EXE and the code signing certificate you will use. I guess you'll have to get ($$$) a valid signing certificate too. Bye -- Luca __

Re: [fpc-pascal] Signing applications, how?

2024-08-10 Thread Bo Berglund via fpc-pascal
On Sat, 10 Aug 2024 13:32:12 +0200, Luca Olivetti via fpc-pascal wrote: >El 10/8/24 a les 11:28, Jeppe Johansen via fpc-pascal ha escrit: > >> It's fairly straight-forward to use this on executables. You point it at >> the EXE and the code signing certificate you will use. > >I guess you'll have

Re: [fpc-pascal] Signing applications, how?

2024-08-10 Thread Luca Olivetti via fpc-pascal
El 10/8/24 a les 15:32, Bo Berglund via fpc-pascal ha escrit: On Sat, 10 Aug 2024 13:32:12 +0200, Luca Olivetti via fpc-pascal wrote: El 10/8/24 a les 11:28, Jeppe Johansen via fpc-pascal ha escrit: It's fairly straight-forward to use this on executables. You point it at the EXE and the code

Re: [fpc-pascal] Signing applications, how?

2024-08-10 Thread Jean SUZINEAU via fpc-pascal
I haven't tested yet for windows executables, but recently for Android I had to sign an apk made with Lazarus for Android Module Wizard, you just need a free certificate created with Android Studio . May be for Windows a certificate created with Puttygen is sufficient ? _

Re: [fpc-pascal] Signing applications, how?

2024-08-10 Thread Derek Edson via fpc-pascal
I have been using signtool for a number of years for apps built with Delphi and/or FPC. The question of whether you need a expensive CA based certification will depend on your IT department. Any certificate from any certification authority will work to sign an app, but it needs to be trusted by W