# Copyright 2015 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
[ ca ]
default_ca = CA_default
[ CA_default ]
default_md = sha256
copy_extensions = copy
x509_extensions = req_attrs
[ req ]
distinguished_name = req_distinguished_name
prompt = no
req_extensions = req_attrs
default_md = sha256
[ req_distinguished_name ]
countryName = US
commonName = [email protected]
localityName = New York
stateOrProvinceName = New York
organizationName = Untrusted Goat
[ req_attrs ]
extendedKeyUsage = codeSigning
keyUsage = digitalSignature