File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The easiest usage would be to serve a website:
22224 . Run ` start-windows.bat `
23235 . View your website at ` https://localhost `
2424
25- [ ![ ] ( https://i.imgur.com/YchiE6S .gif )] ( https://github.com/FirstTimeEZ/server-ssl/archive/refs/heads/main.zip )
25+ [ ![ ] ( https://i.imgur.com/EpUfaDC .gif )] ( https://github.com/FirstTimeEZ/server-ssl/archive/refs/heads/main.zip )
2626
2727[ ![ ] ( https://i.imgur.com/DEbJVUq.png )] ( https://github.com/FirstTimeEZ/server-ssl/archive/refs/heads/main.zip )
2828
@@ -38,7 +38,7 @@ The easiest usage would be to serve a website:
3838./start-windows.bat --cert="your-certificate.pem" --pk="your-private-key.pem"
3939```
4040
41- [ ![ ] ( https://i.imgur.com/C85fRQC .gif )] ( https://github.com/FirstTimeEZ/server-ssl/archive/refs/heads/main.zip )
41+ [ ![ ] ( https://i.imgur.com/94AOEVf .gif )] ( https://github.com/FirstTimeEZ/server-ssl/archive/refs/heads/main.zip )
4242
4343### Optional Arguments
4444
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ set "API=0"
1313set " OPEN_SSL = "
1414set " OPEN_SSL_IN_PATH = 0"
1515
16+ title Starting SSL Web Server
17+
1618:loop
1719if " %~1 " == " " goto endloop
1820if " %~1 " == " --port" (
@@ -117,6 +119,7 @@ if %errorlevel% neq 0 ( echo Install Node.js and try again
117119)
118120
119121echo Starting SSL Web Server
122+ title SSL Web Server
120123:restartLoop
121124setlocal
122125
You can’t perform that action at this time.
0 commit comments