File: test_localhost.cnf

package info (click to toggle)
python-gql 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,900 kB
  • sloc: python: 21,677; makefile: 54
file content (26 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (11)
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
[ req ]

default_md = sha256
encrypt_key = no

prompt = no

distinguished_name = dn
x509_extensions = ext

[ dn ]

C = "FR"
L = "Paris"
O = "Aymeric Augustin"
CN = "localhost"

[ ext ]

subjectAltName = @san

[ san ]

DNS.1 = localhost
IP.2 = 127.0.0.1
IP.3 = ::1