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

Unified Diff: third_party/grpc/src/core/tsi/test_creds/ca-openssl.cnf

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: third_party/grpc/src/core/tsi/test_creds/ca-openssl.cnf
diff --git a/third_party/grpc/src/core/tsi/test_creds/ca-openssl.cnf b/third_party/grpc/src/core/tsi/test_creds/ca-openssl.cnf
new file mode 100644
index 0000000000000000000000000000000000000000..e97b945e4bb34666b18c96846c0071834ad03262
--- /dev/null
+++ b/third_party/grpc/src/core/tsi/test_creds/ca-openssl.cnf
@@ -0,0 +1,17 @@
+[req]
+distinguished_name = req_distinguished_name
+req_extensions = v3_req
+
+[req_distinguished_name]
+countryName = Country Name (2 letter code)
+countryName_default = AU
+stateOrProvinceName = State or Province Name (full name)
+stateOrProvinceName_default = Some-State
+organizationName = Organization Name (eg, company)
+organizationName_default = Internet Widgits Pty Ltd
+commonName = Common Name (eg, YOUR name)
+commonName_default = testca
+
+[v3_req]
+basicConstraints = CA:true
+keyUsage = critical, keyCertSign
« no previous file with comments | « third_party/grpc/src/core/tsi/test_creds/ca.pem ('k') | third_party/grpc/src/core/tsi/test_creds/client.key » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698