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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « lighttpd/win/OpenSSL.exe ('k') | lighttpd/win/Spawn-FCGI.exe » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 @ECHO OFF
2 openssl.exe req -config openssl.cnf -new -x509 -keyout server.pem -out server.pe m -days 365 -nodes
3 ECHO.
4 ECHO Done generating self-signed certificate.
5 ECHO Press any key to continue...
6 PAUSE >NUL
7 EXIT
OLDNEW
« 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