blob: a28864dc785a73921320bbb76e595aa370c1294b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[req]
prompt = no
distinguished_name = DN
[DN]
C=SE
CN=example.com
[SAN]
subjectAltName = @alt_names
[alt_names]
DNS = kb.example.org
URI.1 = http://www.example.org
URI.2 = https://wws.example.org
|