Commit 6c23c22
committed
server-ssl.js
Add restart countdown timer, if the handler is defined the countdown will happen.
countdownHandler - (optional) paramterless function that will fire every second during the restart count down
countdownTime - (optional) how long in seconds to countdown before restarting, default 30 seconds
https://i.imgur.com/ZX5TkiI.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
└── start-windows.bat1 parent 615acb2 commit 6c23c22
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments