Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: net/data/ssl/scripts/generate-aia-certs.sh

Issue 2735733003: Disable commonName matching for certificates (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/data/ssl/scripts/ee.cnf ('k') | net/data/ssl/scripts/generate-policy-certs.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/ssl/scripts/generate-aia-certs.sh
diff --git a/net/data/ssl/scripts/generate-aia-certs.sh b/net/data/ssl/scripts/generate-aia-certs.sh
index 706d386eeaa3619fccc23335f69650005ad1a9af..5d5672b69cc727af341c2afe9697379804de4b30 100755
--- a/net/data/ssl/scripts/generate-aia-certs.sh
+++ b/net/data/ssl/scripts/generate-aia-certs.sh
@@ -80,6 +80,7 @@ try openssl req \
-config aia-test.cnf
CA_COMMON_NAME="AIA Test Intermediate CA" \
+ HOST_NAME="aia-host.invalid" \
CA_DIR=out \
CA_NAME=aia-test-intermediate \
AIA_URL=http://aia-test.invalid \
« no previous file with comments | « net/data/ssl/scripts/ee.cnf ('k') | net/data/ssl/scripts/generate-policy-certs.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698