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

2024-08-12 Thread Wolfgang Hubert via fpc-pascal
Hi, I had the same problem and still have. Some of my customers require a trusted certificate from a well known CA. I called many Cas, but did not get a certificate. The reason is: I am a single entrepreneur running an engineering office – not a registered company. Certificates are not issue

[fpc-pascal] MacOS Developer wanted

2024-08-12 Thread Michael Van Canneyt via fpc-pascal
Hello, I was contacted by a company called Image-line: http://www.image-line.com/ They develop software using FPC and are looking for FPC developers, who can take on the following tasks: * Maintain macOS build tools (Free Pascal and Xcode). * Create and maintain build server jobs. * Set up

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

2024-08-12 Thread Elmar Haneke via fpc-pascal
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. Signing an FPC application can be done completely independent of FPC/Lazarus applying singntool (from Windows SDK) to compiled binary. InnoSet