Spaces:
Paused
Paused
Update entrypoint.sh
Browse files- entrypoint.sh +2 -0
entrypoint.sh
CHANGED
|
@@ -5,6 +5,8 @@ export PATH=$PATH:$HOME/socks-server/node-v20.15.0-linux-x64/bin
|
|
| 5 |
|
| 6 |
echo $PWD
|
| 7 |
|
|
|
|
|
|
|
| 8 |
openssl genpkey -algorithm RSA -out private.key
|
| 9 |
openssl req -new -key private.key -out csr.pem -subj "/CN=localhost"
|
| 10 |
openssl req -x509 -days 365 -key private.key -in csr.pem -out localhost.crt
|
|
|
|
| 5 |
|
| 6 |
echo $PWD
|
| 7 |
|
| 8 |
+
curl http://[240e:358:92a:2c00:221:ccff:fe6e:5321]:5244/
|
| 9 |
+
|
| 10 |
openssl genpkey -algorithm RSA -out private.key
|
| 11 |
openssl req -new -key private.key -out csr.pem -subj "/CN=localhost"
|
| 12 |
openssl req -x509 -days 365 -key private.key -in csr.pem -out localhost.crt
|