1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
# SPDX-FileCopyrightText: 2024 Istituto Nazionale di Fisica Nucleare
#
# SPDX-License-Identifier: EUPL-1.2
[ test2 ]
# emulate support for private key options; extract the information from
# make_cert.sh and act accordingly
# default_keyfile = ${ENV::CA_NAME}/certs/test2.key.pem
# pkeyopt = ec_paramgen_curve:secp384r1
distinguished_name = test2_dn
prompt = no
output_password = pass
default_md = sha512
x509_extensions = test2_extensions
[ test2_dn ]
C = IT
O = IGI
CN = Test2
[ test2_extensions ]
basicConstraints = critical,CA:FALSE
subjectKeyIdentifier = hash
keyUsage = critical, nonRepudiation, digitalSignature, keyEncipherment
authorityKeyIdentifier = keyid, issuer
subjectAltName = email:test2@cnaf.infn.it
|