File: server_early_expire.cnf

package info (click to toggle)
aws-crt-python 0.24.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 75,932 kB
  • sloc: ansic: 418,984; python: 23,626; makefile: 6,035; sh: 4,075; ruby: 208; java: 82; perl: 73; cpp: 25; xml: 11
file content (29 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (2)
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 = server_distinguished_name
prompt = no

# extensions csr request
x509_extensions = v3_req

# extensions included in the generated certificate
req_extensions = req_ext

[server_distinguished_name]
countryName = US
stateOrProvinceName = WA
organizationName = s2n
commonName = s2n Test Cert

[v3_req]
subjectAltName = @alt_names

[req_ext]
subjectAltName = @alt_names
basicConstraints=CA:FALSE
subjectKeyIdentifier=hash
keyUsage=digitalSignature,keyEncipherment
extendedKeyUsage=serverAuth
authorityInfoAccess = OCSP;URI:http://ocsp.s2ntest.com

[alt_names]
DNS = localhost