How to get code signing certificate for electron application ?

p 0 Reputation points
2025-02-13T10:41:41.2666667+00:00

How to get code signing certificate for electron application ?
Is it possible to get code signing certificate without using Azure ?

Azure Trusted Signing
Azure Trusted Signing
Trusted Signing is a Microsoft fully managed, end-to-end signing solution that simplifies the certificate signing process and helps partner developers more easily build and distribute applications.
191 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alex Burlachenko 2,225 Reputation points
    2025-02-13T10:47:21.7966667+00:00

    Hi,

    Get a Code Signing Cert:

    Buy one from a legit Certificate Authority (CA) like DigiCert, Sectigo, or GlobalSign. They’ll verify who you are (or your biz) and hook you up.

    Sign Your Electron App:

    for windows: Use signtool to slap your signature on the .exe or .msi.

    for Mac: Use codesign for your .app or .dmg.

    Automate it with tools like electron-builder to make life easier.

    No Azure? No Problem )))) :

    You don’t need Azure for this. Just go straight to a CA, pay the fee, and you’re golden.

    Boom, you’re done. Your app’s legit now, and users won’t get those sketchy "unknown publisher" warnings.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.