Skip to content

Commit 5b0b88b

Browse files
committed
server-ssl.js
πŸ“¦[email protected] https://search.sigstore.dev/?logIndex=155652840 πŸ“¦[email protected] https://search.sigstore.dev/?logIndex=155648641 /root β”‚ β”œβ”€β”€ /error β”‚ β”œβ”€β”€ 404.html β”‚ └── 500.html β”‚ β”œβ”€β”€ /ssl β”‚ β”œβ”€β”€ /openssl β”‚ β”œβ”€β”€ /production β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ... β”‚ β”‚ β”œβ”€β”€ private-key.pem β”‚ β”‚ └── certificate.pem β”‚ β”‚ β”‚ β”œβ”€β”€ /staging β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ... β”‚ β”‚ β”œβ”€β”€ private-key.pem β”‚ β”‚ └── certificate.pem β”‚ β”‚ β”‚ └── state.js β”‚ β”œβ”€β”€ /wwwroot β”‚ └── index.html <---- Your website goes here β”‚ └── server-ssl.js
1 parent 4ea612b commit 5b0b88b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The easiest usage would be to serve a website:
1818
4. Run `node server-ssl.js`
1919
5. View your website at `https://localhost`
2020

21-
[![](https://i.imgur.com/VQGGVp0.gif)](https://github.com/FirstTimeEZ/server-ssl/archive/refs/heads/main.zip)
21+
[![](https://i.imgur.com/q08yvC1.gif)](https://github.com/FirstTimeEZ/server-ssl/archive/refs/heads/main.zip)
2222

2323
The default page/config is a simple [`API`](https://github.com/FirstTimeEZ/simple-api-router) that serves and displays the `time`
2424

@@ -33,7 +33,7 @@ The default page/config is a simple [`API`](https://github.com/FirstTimeEZ/simpl
3333
node server-ssl.js --letsEncrypt --domains=['www.ssl.boats','ssl.boats']
3434
```
3535

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

3838
### Optional Arguments
3939

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "server-ssl",
33
"author": "FirstTimeEZ",
4-
"version": "41.0.1",
4+
"version": "41.0.2",
55
"description": "Configurable SSL Server that runs on Node.js which can be used for development or production and can create and renew Lets Encrypt Certificates automatically using ACME",
66
"main": "template; do not import; read the Getting Started of the README, maybe you want to use: lets-encrypt-acme-client",
77
"type": "module",

0 commit comments

Comments
Β (0)