Commit ee904aa
committed
server-ssl.js
Fix a regression in the batch file that prevented you from using a certificate/private-key with a different name or relative path
/root
│
├── /error
│ ├── 404.html
│ └── 500.html
│
├── /ssl
│ ├── /openssl
│ │
│ ├── private-key.pem
│ └── certificate.pem
│ └── state.js
│
├── /wwwroot
│ └── index.html <---- Your website goes here
│
├── server-ssl.js <--- server config
└── start-windows.bat1 parent e0e8bce commit ee904aa
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments