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.
6 default_ca = CA_default
10 copy_extensions = copy
11 x509_extensions = req_attrs
14 distinguished_name = req_distinguished_name
16 req_extensions = req_attrs
19 [ req_distinguished_name ]
21 commonName = untrusted@goat.local
22 localityName = New York
23 stateOrProvinceName = New York
24 organizationName = Untrusted Goat
27 extendedKeyUsage = codeSigning
28 keyUsage = digitalSignature