Code Signing

Configure Code Signing with Electron Forge

Code signing is a security technology that you use to certify that an app was created by you. If you are building an Electron app that you intend to package and distribute, it should be code signed so it does not trigger any operating system security checks. This step is highly recommended if you want to distribute your app publicly as code signing is an important security concept on both macOS and Windows.

This guide is split into two separate pages because there is a separate process for each platform:

pageSigning a macOS apppageSigning a Windows app

Last updated