Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the
custom certificate and private key files used by SSL-related certs.
diff --git a/Misc/NEWS b/Misc/NEWS
index 24b64f3..64e03a0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -317,6 +317,9 @@
 Tests
 -----
 
+- Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the
+  custom certificate and private key files used by SSL-related certs.
+
 - Issue #9978: Wait until subprocess completes initialization. (Win32KillTests
   in test_os)