Starts nginx instance with self-signed SSL certificate
1.0K
Starts nginx instance with self-signed SSL certificate
$ FROM_PORT=5678 TO_PORT=8080 ./run
If you have multiple network interfaces:
$ PUBLIC_IP=<external IP> FROM_PORT=5678 TO_PORT=8080 ./run
You can also do it without run script:
$ docker run -it --rm \
-e PUBLIC_IP=<external IP> \
-e TARGET_PORT=<target port for proxy> \
-p <external port>:443 \
0x06065a/ssl-terminator
$ npm install -g wscat
$ FROM_PORT=1111 TO_PORT=2222 ./run
$ wscat -l 2222
$ wscat -n -c wss://localhost:1111
Content type
Image
Digest
Size
4.7 MB
Last updated
almost 9 years ago
docker pull 0x06065a/ssl-terminator