source: other-projects/bib-stinky/trunk/nodejs-server/README.txt

Last change on this file was 36346, checked in by davidb, 21 months ago

Updated install details

File size: 647 bytes
Line 
1
2
3Install
4 npm install express temporary
5
6
7Run http server locally on port 3000:
8
9 node ./express-web-server.js
10
11
12Adding in an https certificate:
13
14 sudo certbot --apache --expand -d bib-stinky.so-we-must-think.space,bibstinky.so-we-must-think.space,bib-stinky.sowemustthink.space,bibstinky.sowemustthink.space
15
16Looked to use domain expand feature of _certbot_
17
18Was thinking it would update the existing .pem files for the main/existing domain,
19However, it actually created new .pem files with the new subdomain (which wasn't expected)
20using the subdomain of the first one mentioned, and updating the bibstinky.conf file to include it
21
Note: See TracBrowser for help on using the repository browser.