File: ca.conf

package info (click to toggle)
gcr4 4.4.0.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,308 kB
  • sloc: ansic: 62,525; sh: 240; makefile: 59; xml: 27; javascript: 5
file content (32 lines) | stat: -rw-r--r-- 768 bytes parent folder | download | duplicates (7)
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
32
[ req ]
distinguished_name	= req_distinguished_name
x509_extensions	 	= v3_ca
string_mask = nombstr


[ req_distinguished_name ]
0.domainComponent               = Domain Component
0.domainComponent_default	= COM

1.domainComponent               = Second Domain Component
1.domainComponent_default	= EXAMPLE

organizationalUnitName		= Organizational Unit Name (eg, section)
organizationalUnitName_default	= Certificate Authority

commonName			= Common Name (eg, YOUR name)
commonName_max			= 64

emailAddress			= Email Address
emailAddress_max		= 64

[ v3_ca ]

subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid:always,issuer:always

basicConstraints = critical,CA:true
keyUsage = critical,cRLSign, keyCertSign

subjectAltName=email:copy
issuerAltName=issuer:copy