File: test1.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-- 749 bytes parent folder | download
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

[ test1 ]

default_bits           = 2048
default_keyfile        = ${ENV::CA_NAME}/certs/test1.key.pem
distinguished_name     = test1_dn
prompt                 = no
encrypt_key            = no
default_md             = sha512
x509_extensions        = test1_extensions

[ test1_dn ]

C                      = IT
O                      = IGI
CN                     = Test1

[ test1_extensions ]

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