Obtain a code signing certificate (code signing for applications)
Why to digitaly sign a program with a recognized certificate?
With a code signing certificate you'll be able to sign apps, components or plug-ins that will then be deployed on exploitation systems (Windows, Linux, IOS, Android...) or as modules.
Now, to enhance security and keep users' trust, software signing authenticates the software editor ant to make sure the program has not been modified/hacked during its installation and/or use.
Nowadays, systems increasingly recommend or require signed software in order to have the best integrity guarantee while authenticating malevolent actions (Malware, virus...).
That is the reason why a program signed with a code signing certificate does not trigger security alerts informing the editor ID is not known.
Digitally sign apps for Windows, Apple IOs,Android, Google Play...
Procedure to get a certificate:
- 1 - Submit your certificate request to TBS:
Certificates' center -> New request -> specific certificates -> code signing
Order a certificate - 2 - Then an administrative audit will take place which will verify your identity and legal existence
- 3 - The resulting certificate will then have to be installed.
To do this, follow the procedure presented here:
Install a code signing certificate (component signature) - 4 - You will still need to use your certificate to sign your software before distribution.
A timestamped signature done with a certificate provided by TBS INTERNET will be valid indefinitely (even after the certificate expiration).
Use a code signing certificate


