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

Unified Diff: net/data/ssl/scripts/ca.cnf

Issue 5535006: Add unittests for net::TestRootCerts and regenerate test certificates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix another hardcoded string Created 7 years, 6 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/certificates/root_ca_cert.pem ('k') | net/data/ssl/scripts/generate-test-certs.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/ssl/scripts/ca.cnf
diff --git a/net/data/ssl/scripts/ca.cnf b/net/data/ssl/scripts/ca.cnf
index de27d8e1f786a3847d35b9568036190fee933892..8a1d1e75f1ee02879e8ee6517ae4980a82874f4e 100644
--- a/net/data/ssl/scripts/ca.cnf
+++ b/net/data/ssl/scripts/ca.cnf
@@ -1,3 +1,10 @@
+# Defaults in the event they're not set in the environment
+CA_DIR = out
+KEY_SIZE = 2048
+ALGO = sha1
+CERT_TYPE = root
+CA_NAME = req_env_dn
+
[ca]
default_ca = CA_root
preserve = yes
« no previous file with comments | « net/data/ssl/certificates/root_ca_cert.pem ('k') | net/data/ssl/scripts/generate-test-certs.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698