File: csr-6sans_512.conf

package info (click to toggle)
python-certbot 0.31.0-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,152 kB
  • sloc: python: 17,551; makefile: 171; sh: 31
file content (29 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (5)
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
[req]
distinguished_name = req_distinguished_name
req_extensions = v3_req

[req_distinguished_name]
C=US
C_default = US
ST=Michigan
ST_default=Michigan
L=Ann Arbor
L_default=Ann Arbor
O=EFF
O_default=EFF
OU=University of Michigan
OU_default=University of Michigan
CN=example.com
CN_default=example.com


[ v3_req ]
subjectAltName = @alt_names

[alt_names]
DNS.1 = example.com
DNS.2 = example.org
DNS.3 = example.net
DNS.4 = example.info
DNS.5 = subdomain.example.com
DNS.6 = other.subdomain.example.com