• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[ CA_default ]
2copy_extensions = copy
3
4[ req ]
5default_bits           = 1024
6days                   = 9999
7distinguished_name     = req_subject_name
8attributes             = req_attributes
9prompt                 = no
10x509_extensions        = v3_req
11req_extensions         = v3_req
12
13[ req_subject_name ]
14CN                     = evil.com
15
16[ req_attributes ]
17challengePassword              = A challenge password
18
19[ v3_req ]
20subjectAltName = @alt_names
21
22[alt_names]
23DNS.1 = google.com.evil.com
24DNS.2 = just-another.com
25IP.1 = 8.8.8.8
26IP.2 = 8.8.4.4
27DNS.3 = last.com
28