Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / safe_browsing / mach_o / codesign.cfg
blobecb0c0d8a1d31c2cbb6b2f1921f85907c6f09af2
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 [ ca ]
6 default_ca = CA_default
8 [ CA_default ]
9 default_md = sha256
10 copy_extensions = copy
11 x509_extensions = req_attrs
13 [ req ]
14 distinguished_name = req_distinguished_name
15 prompt = no
16 req_extensions = req_attrs
17 default_md = sha256
19 [ req_distinguished_name ]
20 countryName = US
21 commonName = untrusted@goat.local
22 localityName = New York
23 stateOrProvinceName = New York
24 organizationName = Untrusted Goat
26 [ req_attrs ]
27 extendedKeyUsage = codeSigning
28 keyUsage = digitalSignature