Skip to content

Commit d962802

Browse files
committed
server-ssl.js
detect if node.js is already installed /root │ ├── /error │ ├── 404.html │ └── 500.html │ ├── /ssl │ ├── /openssl │ ├── /acme │ │ ├── /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 ae98f82 commit d962802

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
@@ -163,4 +163,4 @@ node server-ssl.js --cert="your-certificate.pem" --pk="your-private-key.pem"
163163

164164
### Node.js
165165

166-
When you run `start-windows.bat` the first time the latest version of `node.exe` portable will be downloaded
166+
If you don't already have [`Node.js`](https://nodejs.org/en) installed then `start-windows.bat` will download the latest version of `node.exe` to the root folder

0 commit comments

Comments
 (0)