File: index.rst

package info (click to toggle)
python-briefcase 0.3.25-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,596 kB
  • sloc: python: 62,519; makefile: 60
file content (19 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
=================================
Obtaining a Code Signing identity
=================================

If you are intending to distribute an application, it is advisable (and, on
some platforms, necessary) to code sign your application. This is a
cryptographic process that identifies you as a developer, and identifies your
application as something that has been distributed by you.

The process of obtaining a code signing identity is slightly different on
every platform. The following are guides for every platform that Briefcase
supports:

.. toctree::
   :maxdepth: 1

   android
   macOS
   windows