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

Unified Diff: lighttpd/win/SSL-Gen.bat

Issue 467008: Move lighttpd into deps because it's 20mb of win and mac specific... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 11 years 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 | « lighttpd/win/OpenSSL.exe ('k') | lighttpd/win/Spawn-FCGI.exe » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lighttpd/win/SSL-Gen.bat
===================================================================
--- lighttpd/win/SSL-Gen.bat (revision 0)
+++ lighttpd/win/SSL-Gen.bat (revision 0)
@@ -0,0 +1,7 @@
+@ECHO OFF
+openssl.exe req -config openssl.cnf -new -x509 -keyout server.pem -out server.pem -days 365 -nodes
+ECHO.
+ECHO Done generating self-signed certificate.
+ECHO Press any key to continue...
+PAUSE >NUL
+EXIT
« no previous file with comments | « lighttpd/win/OpenSSL.exe ('k') | lighttpd/win/Spawn-FCGI.exe » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698