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

Unified Diff: net/data/ssl/scripts/eku-test.cnf

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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-aia-certs.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/ssl/scripts/eku-test.cnf
diff --git a/net/data/ssl/scripts/eku-test.cnf b/net/data/ssl/scripts/eku-test.cnf
deleted file mode 100644
index 0138bac138be90ad8c0cc3a698df308429655355..0000000000000000000000000000000000000000
--- a/net/data/ssl/scripts/eku-test.cnf
+++ /dev/null
@@ -1,26 +0,0 @@
-[req]
-default_bits = 2048
-default_md = sha256
-string_mask = utf8only
-prompt = no
-encrypt_key = no
-distinguished_name = req_dn
-
-[req_dn]
-C = US
-ST = California
-L = Mountain View
-O = Test CA
-CN = 127.0.0.1
-
-[crit-codeSigning]
-subjectAltName = IP:127.0.0.1
-basicConstraints = critical, CA:false
-subjectKeyIdentifier = hash
-extendedKeyUsage = critical, codeSigning
-
-[non-crit-codeSigning]
-subjectAltName = IP:127.0.0.1
-basicConstraints = critical, CA:false
-subjectKeyIdentifier = hash
-extendedKeyUsage = codeSigning
« no previous file with comments | « net/data/ssl/scripts/ee.cnf ('k') | net/data/ssl/scripts/generate-aia-certs.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698