Index: net/data/ssl/certificates/README |
diff --git a/net/data/ssl/certificates/README b/net/data/ssl/certificates/README |
index 22a9d31be2d0a3ad7d12831c2f629d6c2a7ddb41..d4623066e4e0a668be95addca8043410c4f8647c 100644 |
--- a/net/data/ssl/certificates/README |
+++ b/net/data/ssl/certificates/README |
@@ -23,13 +23,6 @@ unit tests. |
- dod_root_ca_2_cert.der : A certificate chain for regression tests of |
http://crbug.com/31497. |
-- expired_cert.pem : An expired certificate, used by test_server.cc. |
- |
-- ok_cert.pem : A valid certificate, used by test_server.cc |
- |
-- root_ca_cert.crt : The testing root CA used to sign the test_server.cc's |
- certificates. |
- |
- unosoft_hu_cert : Certificate used by X509CertificateTest.UnoSoftCertParsing. |
- client.p12 : A PKCS #12 file containing a client certificate and a private |
@@ -212,3 +205,11 @@ unit tests. |
- no_subject_common_name_cert.pem: Used to test the function that generates a |
NSS certificate nickname for a user certificate. This certificate's Subject |
field doesn't have a common name. |
+ |
+- expired_cert.pem |
+- ok_cert.pem |
+- root_ca_cert.pem |
+ These certificates are the common certificates used by the Python test |
+ server for simulating HTTPS connections. They are generated by running |
+ the script net/data/ssl/scripts/generate-test-certs.sh. |
+ |