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.
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
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
__
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
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
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 ?
_
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