Skip to content

Commit ce085fc

Browse files
committed
server-ssl.js
/root │ ├── /error │ ├── 404.html │ └── 500.html │ ├── /ssl │ ├── /openssl │ │ │ ├── private-key.pem │ └── certificate.pem │ └── ssl.js │ ├── /website │ └── index.html <---- Your website goes here │ ├── server-ssl.js <--- server config └── start-windows.bat
1 parent 46ab15d commit ce085fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The easiest usage would be to serve a website:
2222
4. Run `start-windows.bat`
2323
5. View your website at `https://localhost`
2424

25-
[![](https://i.imgur.com/EpUfaDC.gif)](https://github.com/FirstTimeEZ/server-ssl/archive/refs/heads/main.zip)
25+
[![](https://i.imgur.com/riAkrni.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

0 commit comments

Comments
 (0)