Skip to content

Commit 4ea612b

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 58117e6 commit 4ea612b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€Ž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": "40.0.3",
4+
"version": "41.0.1",
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)