File: expired.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-- 767 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

[ expired ]

default_bits           = 2048
default_keyfile        = ${ENV::CA_NAME}/certs/expired.key.pem
distinguished_name     = expired_dn
prompt                 = no
output_password        = pass
default_md             = sha512
x509_extensions        = expired_extensions

[ expired_dn ]

C                      = IT
O                      = IGI
CN                     = Expired

[ expired_extensions ]

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