Skip to content

Commit 409e8e1

Browse files
committed
server-ssl.js
improvements to the Lets Encrypt! Daemon the daemon will now make 3 attempts before failing gracefully and waiting 12 hours /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 9c6e6ae commit 409e8e1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ It can be as simple as this:
2020
2. Put your website in the `website` folder
2121
3. Open the `server-ssl` folder in `Command Prompt` or `Git Bash`
2222
4. Run `start-windows.bat`
23+
5. View your website at `https://localhost`
24+
25+
[![](https://i.imgur.com/YchiE6S.gif)](https://github.com/FirstTimeEZ/server-ssl/archive/refs/heads/main.zip)
2326

2427
[![](https://i.imgur.com/mZrjc2i.png)](https://github.com/FirstTimeEZ/server-ssl/archive/refs/heads/main.zip)
2528

26-
### Usage
29+
### Advanced/Production Usage
2730

2831
`start-windows.bat` takes your arguments and starts the server
2932

3033
```
31-
# Start for development (Self Signed Certificate, Port 443, https://localhost)
32-
./start-windows.bat
33-
34-
# Start for production (Lets Encrypt!)
34+
# Start for production (Lets Encrypt!) with SAN Extension
3535
./start-windows.bat --letsEncrypt --domains=['www.ssl.boats','ssl.boats']
3636
3737
# Start for production (BYO)

0 commit comments

Comments
 (0)