Lines Matching full:cn
208 openssl req -new -x509 -key ee-key.pem -subj /CN=ee-self-signed -out ee-self-signed.pem -addext key…
212 ./mkcert.sh req pc1-key "0.CN = server.example" "1.CN = proxy 1" | \
215 ./mkcert.sh req pc2-key "0.CN = server.example" "1.CN = proxy 1" "2.CN = proxy 2" | \
219 # pc3: incorrect CN
220 ./mkcert.sh req bad-pc3-key "0.CN = server.example" "1.CN = proxy 3" | \
224 ./mkcert.sh req bad-pc4-key "0.CN = server.example" "1.CN = proxy 1" "2.CN = proxy 4" | \
228 ./mkcert.sh req pc5-key "0.CN = server.example" "1.CN = proxy 1" "2.CN = proxy 5" | \
231 # pc6: incorrect CN (made into a component of a multivalue RDN)
232 ./mkcert.sh req bad-pc6-key "0.CN = server.example" "1.CN = proxy 1" "2.+CN = proxy 6" | \
271 "1.CN=www.example.net" "2.CN=Joe Bloggs" | \
280 "1.CN=www.good.org" "2.CN=any.good.com" \
281 "3.CN=not..dns" "4.CN=not@dns" "5.CN=not-.dns" "6.CN=not.dns." | \
288 "CN=www.good.org" | \
294 "1.CN=www.good.org" "3.CN=bad.net" | \
341 # No DNS-ID SANs and subject CN not allowed by CA1.
343 "1.CN=other.good.org" "2.CN=Joe Bloggs" "3.CN=any.good.com" | \
348 # No DNS-ID SANS and subject CN not allowed by CA1, BMPSTRING
350 "1.CN=other.good.org" "2.CN=Joe Bloggs" "3.CN=any.good.com" | \
358 "1.CN=www.ok.good.com" "2.CN=Joe Bloggs" | \
367 "1.CN=www.good.com" "2.CN=Joe Bloggs" | \
376 "1.CN=www.good.com" "2.CN=Joe Bloggs" | \
385 "1.CN=www.ok.good.com" "2.CN=Joe Bloggs" | \
421 openssl req -new -noenc -subj "/CN=localhost" \