File: test0.conf

package info (click to toggle)
voms-api-java 3.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,356 kB
  • sloc: java: 7,554; sh: 667; xml: 368; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 751 bytes parent folder | download | duplicates (3)
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
# SPDX-FileCopyrightText: 2024 Istituto Nazionale di Fisica Nucleare
#
# SPDX-License-Identifier: EUPL-1.2

[ test0 ]

default_bits           = 2048
default_keyfile        = ${ENV::CA_NAME}/certs/test0.key.pem
distinguished_name     = test0_dn
prompt                 = no
output_password        = pass
default_md             = sha512
x509_extensions        = test0_extensions

[ test0_dn ]

C                      = IT
O                      = IGI
CN                     = Test0

[ test0_extensions ]

basicConstraints       = critical,CA:FALSE
subjectKeyIdentifier   = hash
keyUsage               = critical, nonRepudiation, digitalSignature, keyEncipherment
authorityKeyIdentifier = keyid, issuer
subjectAltName         = email:test0@cnaf.infn.it