Skip to content

Commit 14a23a2

Browse files
committed
server-ssl.js
update default start page https://i.imgur.com/ft9SQ0c.png /root │ ├── /error │ ├── 404.html │ └── 500.html │ ├── /ssl │ ├── /openssl │ ├── /module │ │ ├── /crypt │ │ ├── /jose │ │ └── lets-encrypt-acme-client.js │ │ │ ├── acmeKeys │ ├── private-key.pem │ └── certificate.pem │ └── ssl.js │ ├── /website │ └── index.html <---- Your website goes here │ ├── node.exe ├── server-ssl.js <--- server config └── start-windows.bat
1 parent fef2b46 commit 14a23a2

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
@@ -36,7 +36,7 @@ It can be as simple as this:
3636

3737
[![](https://i.imgur.com/NxJQeLm.gif)](https://github.com/FirstTimeEZ/server-ssl/archive/refs/heads/main.zip)
3838

39-
[![](https://i.imgur.com/Gr9ZyG9.png)](https://github.com/FirstTimeEZ/server-ssl/archive/refs/heads/main.zip)
39+
[![](https://i.imgur.com/ft9SQ0c.png)](https://github.com/FirstTimeEZ/server-ssl/archive/refs/heads/main.zip)
4040

4141
### Optional Arguments
4242

0 commit comments

Comments
 (0)