• 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 = CA
10localityName = Locality Name (eg, city)
11localityName_default = SF
12organizationalUnitName = Organizational Unit Name (eg, section)
13organizationalUnitName_default = Google
14commonName = Common Name (CN)
15commonName_default =xpigors
16commonName_max = 64
17
18[ v3_req ]
19basicConstraints = CA:FALSE
20keyUsage = nonRepudiation, digitalSignature, keyEncipherment
21subjectAltName = @alt_names
22
23[alt_names]
24DNS.1 = foo.test.domain.com
25DNS.2 = bar.test.domain.com
26URI.1 = https://foo.test.domain.com/test
27URI.2 = https://bar.test.domain.com/test
28URI.3 = spiffe://foo.com/bar/baz
29email.1 = foo@test.domain.com
30email.2 = bar@test.domain.com
31