File: client-ca-root.conf

package info (click to toggle)
python-dogpile.cache 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 772 kB
  • sloc: python: 5,462; makefile: 155; sh: 104
file content (20 lines) | stat: -rw-r--r-- 564 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[ req ]
default_bits        = 4096
default_md          = sha256
distinguished_name  = req_distinguished_name
encrypt_key         = no
prompt              = no
x509_extensions     = req_v3_ca

[ req_distinguished_name ]
countryName         = US
stateOrProvinceName = New York
localityName        = Brooklyn
organizationName    = zzzcomputing
commonName          = zzzcomputing Client Root Certificate Authority

[ req_v3_ca ]
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always,issuer:always
basicConstraints = CA:true
keyUsage = cRLSign, keyCertSign