Index: net/data/ssl/certificates/README |
diff --git a/net/data/ssl/certificates/README b/net/data/ssl/certificates/README |
index cc7c91dfe0be2280a497966dbe2674f9f7ceeeed..d5f53878397dcb6b7ea8be15643f1789f453b082 100644 |
--- a/net/data/ssl/certificates/README |
+++ b/net/data/ssl/certificates/README |
@@ -148,19 +148,19 @@ unit tests. |
- client_1.pem |
- client_1.key |
-- client_1_root.pem |
+- client_1_ca.pem |
- client_2.pem |
- client_2.key |
-- client_2_root.pem |
- This is a set of files used to unit test SSL client authentication. |
- Generated by net/data/ssl/scripts/generate-client-certificates.sh. |
- Unit test is in net/socket/ssl_client_socket_openssl_unittest.cc. |
- - client_1_root.pem and client_2_root.pem are the certificates of |
+- client_2_ca.pem |
+ This is a set of files used to unit test SSL client certificate |
+ authentication. These are generated by |
+ net/data/ssl/scripts/generate-client-certificates.sh |
+ - client_1_ca.pem and client_2_ca.pem are the certificates of |
two distinct signing CAs. |
- client_1.pem and client_1.key correspond to the certificate and |
- private key for a first certificate signed by client_1_root.pem. |
+ private key for a first certificate signed by client_1_ca.pem. |
- client_2.pem and client_2.key correspond to the certificate and |
- private key for a second certificate signed by client_2_root.pem. |
+ private key for a second certificate signed by client_2_ca.pem. |
- eku-test-root.pem |
- non-crit-codeSigning-chain.pem |