electron/script/codesign/codesign.cnf
Samuel Attard b2dc0a4f11
build: auto-generate the codesigning cert used for macOS CI testing runs (#17668)
* build: auto-generate the codesigning cert used for macOS CI testing runs

* build: give the cert ALL the trust values

* chore: also import public key

* idek
2020-03-19 10:00:42 +09:00

18 lines
333 B
INI

[req]
default_bits = 4096
encrypt_key = no
default_md = 512
distinguished_name = req_distinguished_name
prompt = no
[req_distinguished_name]
C = CA
ST = BC
L = Vancouver
O = ElectronJS
OU = BuildAutomation
CN = codesign.electronjs.org
[extended]
keyUsage = critical,digitalSignature
extendedKeyUsage = critical,codeSigning