• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[req]
2distinguished_name  = req_distinguished_name
3req_extensions     = v3_req
4
5[req_distinguished_name]
6countryName           = Country Name (2 letter code)
7countryName_default   = US
8stateOrProvinceName   = State or Province Name (full name)
9stateOrProvinceName_default = Illinois
10localityName          = Locality Name (eg, city)
11localityName_default  = Chicago
12organizationName          = Organization Name (eg, company)
13organizationName_default  = Example, Co.
14commonName            = Common Name (eg, YOUR name)
15commonName_max        = 64
16
17[v3_req]
18basicConstraints = CA:FALSE
19keyUsage = nonRepudiation, digitalSignature, keyEncipherment
20subjectAltName = @alt_names
21
22[alt_names]
23DNS.1 = *.test.google.fr
24DNS.2 = waterzooi.test.google.be
25DNS.3 = *.test.youtube.com
26IP.1 = "192.168.1.3"
27