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