b2dc0a4f11
* 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
18 lines
333 B
INI
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
|