File: server.conf

package info (click to toggle)
glib-networking 2.58.0-2%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,936 kB
  • sloc: ansic: 13,797; sh: 117; makefile: 15; python: 6
file content (28 lines) | stat: -rw-r--r-- 688 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
21
22
23
24
25
26
27
28
# Server

[ req ]
default_md              = sha256
utf8                    = yes
string_mask             = utf8only
prompt                  = no
distinguished_name      = req_dn
req_extensions          = req_ext
x509_extensions         = v3_req_ext 

[ req_dn ]
0.domainComponent       = "COM"
1.domainComponent       = "EXAMPLE"
commonName              = "server.example.com"

[ req_ext ]
basicConstraints        = CA:false
extendedKeyUsage        = serverAuth

[ v3_req_ext ]
basicConstraints        = CA:false
extendedKeyUsage        = serverAuth
subjectAltName          = @alt_names

[ alt_names ]
IP.0                    = 192.168.1.10
DNS.0                   = "server.example.com"