x-undefined-2 commited on
Commit
b8a92eb
·
verified ·
1 Parent(s): 023c0e3

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +4 -0
entrypoint.sh CHANGED
@@ -2,6 +2,10 @@
2
 
3
  export PATH=$PATH:$HOME/socks-server/node-v20.15.0-linux-x64/bin
4
 
 
 
 
 
5
  npm install -g npm@10.8.3
6
  npm install wrangler
7
  npm i
 
2
 
3
  export PATH=$PATH:$HOME/socks-server/node-v20.15.0-linux-x64/bin
4
 
5
+ openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 30 -out cert.pem -subj "/CN=localhost"
6
+
7
+
8
+
9
  npm install -g npm@10.8.3
10
  npm install wrangler
11
  npm i