File: openssl.cfg

package info (click to toggle)
rust-async-tls 0.13.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 316 kB
  • sloc: sh: 16; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
[req]
distinguished_name=dn
x509_extensions=ext
[ dn ]
CN=testserver.com
[ ext ]
subjectAltName = @alt_names
[alt_names]
DNS.1 = testserver.com
DNS.2 = second.testserver.com
DNS.3 = localhost
IP.1 = 127.0.0.1
IP.2 = ::1